|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterizedType | |
---|---|
org.eclipse.wst.jsdt.core.dom |
Uses of ParameterizedType in org.eclipse.wst.jsdt.core.dom |
---|
Methods in org.eclipse.wst.jsdt.core.dom that return ParameterizedType | |
---|---|
ParameterizedType |
AST.newParameterizedType(Type type)
Creates and returns a new unparented parameterized type node with the given type and an empty list of type arguments. |
Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ParameterizedType | |
---|---|
void |
ASTVisitor.endVisit(ParameterizedType node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(ParameterizedType node,
java.lang.Object other)
Returns whether the given node and the other object match. |
boolean |
ASTVisitor.visit(ParameterizedType node)
Visits the given type-specific AST node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |