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

Packages that use StringLiteralConcatenation
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
 

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

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

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

Methods in org.eclipse.jdt.internal.compiler.ast that return StringLiteralConcatenation
 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