Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
RegularExpressionLiteral |
AST.newRegularExpressionLiteral()
Creates and returns a new Regular Expression literal node.
|
RegularExpressionLiteral |
AST.newRegularExpressionLiteral(java.lang.String literal)
Creates and returns a new Regular Expression literal node.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(RegularExpressionLiteral node) |
void |
ASTVisitor.endVisit(RegularExpressionLiteral node) |
boolean |
ASTMatcher.match(RegularExpressionLiteral node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(RegularExpressionLiteral node) |
boolean |
ASTVisitor.visit(RegularExpressionLiteral node) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.