public class WildcardTypeArgument extends JavaNode implements TypeArgument
| Constructor and Description |
|---|
WildcardTypeArgument() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getExtendsType() |
Type |
getSuperType() |
void |
setExtendsType(Type extendsType) |
void |
setSuperType(Type superType) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Type getExtendsType()
public Type getSuperType()
public void setExtendsType(Type extendsType)
public void setSuperType(Type superType)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.