anvil.script
Class TypeRef

java.lang.Object
  |
  +--anvil.script.Ref
        |
        +--anvil.script.TypeRef

public class TypeRef
extends Ref

class TypeRef


Field Summary
protected  Type _type
           
 
Fields inherited from class anvil.script.Ref
_resolved, _resolver
 
Constructor Summary
TypeRef(ReferenceResolver resolver)
           
 
Method Summary
 Type getType()
           
 boolean resolve(ErrorListener context)
           
 
Methods inherited from class anvil.script.Ref
equals, getReference, hashCode, isResolved, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_type

protected Type _type
Constructor Detail

TypeRef

public TypeRef(ReferenceResolver resolver)
Method Detail

getType

public Type getType()
Specified by:
getType in class Ref

resolve

public boolean resolve(ErrorListener context)
Specified by:
resolve in class Ref