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

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

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

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

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

org.eclipse.jdt.internal.compiler.astStringLiteral 的子类
 class ExtendedStringLiteral
           
 class StringLiteralConcatenation
          Flatten string literal
 

参数类型为 StringLiteralorg.eclipse.jdt.internal.compiler.ast 中的方法
 StringLiteralConcatenation StringLiteralConcatenation.extendsWith(StringLiteral lit)
          Add the lit source to mine, just as if it was mine
 StringLiteralConcatenation StringLiteral.extendsWith(StringLiteral 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
 void CompilationUnitDeclaration.recordStringLiteral(StringLiteral literal, boolean fromRecovery)
           
 

参数类型为 StringLiteralorg.eclipse.jdt.internal.compiler.ast 中的构造方法
ExtendedStringLiteral(StringLiteral str, CharLiteral character)
          Build a string+char literal
ExtendedStringLiteral(StringLiteral str1, StringLiteral str2)
          Build a two-strings literal
StringLiteralConcatenation(StringLiteral str1, StringLiteral str2)
          Build a two-strings literal
 

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

返回 StringLiteralorg.eclipse.jdt.internal.compiler.parser 中的方法
protected  StringLiteral Parser.createStringLiteral(char[] token, int start, int end, int lineNumber)
           
 



Copyright © 2013. All Rights Reserved.