Modifier and Type | Method and Description |
---|---|
JArgType |
getType() |
boolean |
isVal() |
boolean |
isVar() |
java.lang.String |
toString() |
public JVar(JArgType t) throws InvalidJVarException
t
- the JArgType of this JVarInvalidJVarException
- if the given type or name are invalid (e.g. null)public JArgType getType()
public boolean isVal()
public boolean isVar()
public java.lang.String toString()
toString
in class java.lang.Object