|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringLiteral | |
|---|---|
| org.eclipse.jdt.core.dom | |
| org.eclipse.jdt.internal.core.dom | |
| org.eclipse.jdt.internal.core.dom.rewrite | |
| Uses of StringLiteral in org.eclipse.jdt.core.dom |
|---|
| Methods in org.eclipse.jdt.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.jdt.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. |
| Uses of StringLiteral in org.eclipse.jdt.internal.core.dom |
|---|
| Methods in org.eclipse.jdt.internal.core.dom with parameters of type StringLiteral | |
|---|---|
boolean |
NaiveASTFlattener.visit(StringLiteral node)
|
| Uses of StringLiteral in org.eclipse.jdt.internal.core.dom.rewrite |
|---|
| Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type StringLiteral | |
|---|---|
boolean |
ASTRewriteAnalyzer.visit(StringLiteral node)
|
boolean |
ASTRewriteFlattener.visit(StringLiteral node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||