anvil.script
Class Import
java.lang.Object
|
+--anvil.script.Import
- public class Import
- extends java.lang.Object
class Import
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
protected Name _name
_as
protected java.lang.String _as
_address
protected Address _address
_ref
protected Ref _ref
_location
protected Location _location
_decls
protected Name[] _decls
_withstar
protected boolean _withstar
Import
public Import(Address address,
Location location,
Name name,
Ref ref,
java.lang.String as,
Name[] decls,
boolean withstar)
getName
public Name getName()
getAs
public java.lang.String getAs()
getSource
public java.lang.Object getSource()
getAddress
public Address getAddress()
getLocation
public Location getLocation()
getDeclarations
public Name[] getDeclarations()
importAll
public boolean importAll()
resolve
public Type resolve(ErrorListener listener)