| Constructor and Description |
|---|
ArrayType() |
ArrayType(java.util.ArrayList<RtflType> vals) |
ArrayType(RtflType[] vals) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(RtflType value,
Scope scope)
Checks two RtflTypes to see if they qualify as equals in Rtfl
|
java.lang.String |
name()
The name of the type
|
java.lang.String |
toString() |
java.lang.Object |
value()
The Java value stored in this RtflType wrapper
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJavaType, toJavaTypepublic ArrayType()
public ArrayType(RtflType[] vals)
public ArrayType(java.util.ArrayList<RtflType> vals)
public java.lang.String name()
RtflTypepublic java.lang.Object value()
RtflTypepublic boolean equals(RtflType value, Scope scope) throws RuntimeException
RtflTypeequals in interface RtflTypevalue - The value to check this RtflType againstscope - The scope in which to check (to use functions and variables)RuntimeException - If any references are invalid or if executing a function failspublic java.lang.String toString()
toString in class java.lang.Object