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

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return RegularExpressionLiteral
 RegularExpressionLiteral AST.newRegularExpressionLiteral()
          Creates and returns a new Regular Expression literal node.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type RegularExpressionLiteral
 void ASTVisitor.endVisit(RegularExpressionLiteral node)
           
 boolean ASTMatcher.match(RegularExpressionLiteral node, java.lang.Object other)
           
 boolean ASTVisitor.visit(RegularExpressionLiteral node)