Uses of Interface
org.eclipse.wst.jsdt.core.ast.IStringLiteral

Packages that use IStringLiteral
org.eclipse.wst.jsdt.core.ast   
 

Uses of IStringLiteral in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of IStringLiteral in org.eclipse.wst.jsdt.core.ast
 interface IExtendedStringLiteral
          Representation of a string literal.
 interface IStringLiteralConcatenation
          Representation of a string literal.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IStringLiteral
 void ASTVisitor.endVisit(IStringLiteral stringLiteral)
           
 boolean ASTVisitor.visit(IStringLiteral stringLiteral)