anvil.script.compiler
Class ResolvedClassRef
java.lang.Object
|
+--anvil.script.Ref
|
+--anvil.script.ClassRef
|
+--anvil.script.compiler.ResolvedClassRef
- public class ResolvedClassRef
- extends ClassRef
class ResolvedClassRef
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_classtype
protected ClassType _classtype
ResolvedClassRef
public ResolvedClassRef(ClassType classtype)
toString
public java.lang.String toString()
- Overrides:
toString in class Ref
isResolved
public boolean isResolved()
- Overrides:
isResolved in class Ref
getType
public Type getType()
- Overrides:
getType in class ClassRef
getClassType
public ClassType getClassType()
- Overrides:
getClassType in class ClassRef
resolve
public boolean resolve(ErrorListener context)
- Overrides:
resolve in class ClassRef