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

Packages that use ExtendedStringLiteral
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.rac   
 

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

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

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

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

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

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

Uses of ExtendedStringLiteral in org.jmlspecs.jml4.fspv
 

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

Uses of ExtendedStringLiteral in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type ExtendedStringLiteral
 void JavaAstVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 boolean JavaAstVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
          Occurs when two or more string literals are concatenated.
 boolean DefaultRacAstVisitor.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(ExtendedStringLiteral extendedStringLiteral, BlockScope scope)