|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--anvil.script.Ref
|
+--anvil.script.ExternalTypeRef
class ExternalTypeRef
| Field Summary | |
protected Module |
_source
|
protected Address |
_target
|
protected Type |
_type
|
| Fields inherited from class anvil.script.Ref |
_resolved, _resolver |
| Constructor Summary | |
ExternalTypeRef(Module source,
Address target)
|
|
| Method Summary | |
Type |
getType()
|
boolean |
resolve(ErrorListener context)
|
java.lang.String |
toString()
|
| Methods inherited from class anvil.script.Ref |
equals, getReference, hashCode, isResolved |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Module _source
protected Address _target
protected Type _type
| Constructor Detail |
public ExternalTypeRef(Module source,
Address target)
| Method Detail |
public java.lang.String toString()
toString in class Refpublic Type getType()
getType in class Refpublic boolean resolve(ErrorListener context)
resolve in class Ref
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||