Uses of Class
org.eclipse.jdt.internal.compiler.ast.StringLiteral

Packages that use StringLiteral
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.formatter   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.rac   
 

Uses of StringLiteral in org.eclipse.jdt.internal.codeassist.complete
 

Subclasses of StringLiteral in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnStringLiteral
           
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type StringLiteral
 boolean CompletionNodeDetector.visit(StringLiteral stringLiteral, BlockScope scope)
           
 

Uses of StringLiteral in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type StringLiteral
 void ASTVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 boolean ASTVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
           
 

Uses of StringLiteral in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of StringLiteral in org.eclipse.jdt.internal.compiler.ast
 class ExtendedStringLiteral
           
 class StringLiteralConcatenation
          Flatten string literal
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteral
 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)
           
 

Constructors in org.eclipse.jdt.internal.compiler.ast with parameters of type StringLiteral
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
 

Uses of StringLiteral in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type StringLiteral
 boolean CodeFormatterVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
           
 

Uses of StringLiteral in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type StringLiteral
 boolean PrintVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
          Deprecated.  
 

Uses of StringLiteral in org.jmlspecs.jml4.fspv
 

Methods in org.jmlspecs.jml4.fspv with parameters of type StringLiteral
 void TraceAstVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 boolean TraceAstVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
           
 

Uses of StringLiteral in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type StringLiteral
 void JavaAstVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(StringLiteral stringLiteral, BlockScope scope)
           
 boolean JavaAstVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
          Anything enclosed within double-quotes.
 boolean DefaultRacAstVisitor.visit(StringLiteral stringLiteral, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(StringLiteral stringLiteral, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(StringLiteral stringLiteral, BlockScope scope)