JavaScript Development Tools
Release 3.2

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, Object other)
           
 boolean ASTVisitor.visit(RegularExpressionLiteral node)
           
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.