aa
com.cliffc.aa.TypeEnv Class Reference
Inheritance diagram for com.cliffc.aa.TypeEnv:
[legend]
Collaboration diagram for com.cliffc.aa.TypeEnv:
[legend]

Public Member Functions

void close ()
 

Package Functions

 TypeEnv (Type t, TypeMem tmem, Env env, ArrayList< Node.ErrMsg > errs)
 

Package Attributes

final Env _env
 
final ArrayList< Node.ErrMsg > _errs
 
final Type _t
 
final TypeMem _tmem
 

Detailed Description

Definition at line 9 of file TypeEnv.java.

Constructor & Destructor Documentation

◆ TypeEnv()

com.cliffc.aa.TypeEnv.TypeEnv ( Type  t,
TypeMem  tmem,
Env  env,
ArrayList< Node.ErrMsg >  errs 
)
package

Member Function Documentation

◆ close()

void com.cliffc.aa.TypeEnv.close ( )

Definition at line 15 of file TypeEnv.java.

15 { _env.close(); }

References com.cliffc.aa.TypeEnv._env, and com.cliffc.aa.Env.close().

Here is the call graph for this function:

Member Data Documentation

◆ _env

final Env com.cliffc.aa.TypeEnv._env
package

Definition at line 12 of file TypeEnv.java.

Referenced by com.cliffc.aa.TypeEnv.close(), and com.cliffc.aa.TypeEnv.TypeEnv().

◆ _errs

◆ _t

◆ _tmem


The documentation for this class was generated from the following file:
com.cliffc.aa.Env.close
void close()
Definition: Env.java:141
com.cliffc.aa.TypeEnv._tmem
final TypeMem _tmem
Definition: TypeEnv.java:11
com.cliffc.aa.TypeEnv._t
final Type _t
Definition: TypeEnv.java:10
com.cliffc.aa.TypeEnv._env
final Env _env
Definition: TypeEnv.java:12
com.cliffc.aa.TypeEnv._errs
final ArrayList< Node.ErrMsg > _errs
Definition: TypeEnv.java:13