|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuperFieldAccess | |
|---|---|
| org.eclipse.jdt.core.dom | |
| org.eclipse.jdt.internal.core.dom | |
| org.eclipse.jdt.internal.core.dom.rewrite | |
| Uses of SuperFieldAccess in org.eclipse.jdt.core.dom |
|---|
| Methods in org.eclipse.jdt.core.dom that return SuperFieldAccess | |
|---|---|
SuperFieldAccess |
AST.newSuperFieldAccess()
Creates and returns a new unparented super field access expression node owned by this AST. |
| Methods in org.eclipse.jdt.core.dom with parameters of type SuperFieldAccess | |
|---|---|
void |
ASTVisitor.endVisit(SuperFieldAccess node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(SuperFieldAccess node,
java.lang.Object other)
Returns whether the given node and the other object match. |
boolean |
ASTVisitor.visit(SuperFieldAccess node)
Visits the given type-specific AST node. |
| Uses of SuperFieldAccess in org.eclipse.jdt.internal.core.dom |
|---|
| Methods in org.eclipse.jdt.internal.core.dom with parameters of type SuperFieldAccess | |
|---|---|
boolean |
NaiveASTFlattener.visit(SuperFieldAccess node)
|
| Uses of SuperFieldAccess in org.eclipse.jdt.internal.core.dom.rewrite |
|---|
| Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type SuperFieldAccess | |
|---|---|
boolean |
ASTRewriteAnalyzer.visit(SuperFieldAccess node)
|
boolean |
ASTRewriteFlattener.visit(SuperFieldAccess node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||