Uses of Class
org.eclipse.wst.jsdt.core.dom.StringLiteral

Packages that use StringLiteral
org.eclipse.wst.jsdt.core.dom   
 

Uses of StringLiteral in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return StringLiteral
 StringLiteral AST.newStringLiteral()
          Creates and returns a new unparented string literal node for the empty string literal.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type StringLiteral
 void ASTVisitor.endVisit(StringLiteral node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(StringLiteral node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(StringLiteral node)
          Visits the given type-specific AST node.