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   
 

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