类 org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
的使用

使用 ExtendedStringLiteral 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
 

org.eclipse.jdt.internal.compilerExtendedStringLiteral 的使用
 

参数类型为 ExtendedStringLiteralorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 boolean ASTVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.astExtendedStringLiteral 的使用
 

返回 ExtendedStringLiteralorg.eclipse.jdt.internal.compiler.ast 中的方法
 ExtendedStringLiteral StringLiteral.extendWith(CharLiteral lit)
           
 ExtendedStringLiteral ExtendedStringLiteral.extendWith(CharLiteral lit)
          Add the lit source to mine, just as if it was mine
 ExtendedStringLiteral StringLiteral.extendWith(StringLiteral lit)
           
 ExtendedStringLiteral ExtendedStringLiteral.extendWith(StringLiteral lit)
          Add the lit source to mine, just as if it was mine
 



Copyright © 2013. All Rights Reserved.