Uses of Class
fmrisc.AST.TypeDeclIdentifier

Packages that use TypeDeclIdentifier
fmrisc.AST   
fmrisc.Semantics   
 

Uses of TypeDeclIdentifier in fmrisc.AST
 

Methods in fmrisc.AST that return TypeDeclIdentifier
 TypeDeclIdentifier TypeDeclaration.getTypeDeclIdentifier()
          returns declaration name
static TypeDeclIdentifier Construct.typeDeclIdentifier(java.lang.String name)
          construct type declaration identifier with denoted name.
 

Methods in fmrisc.AST with parameters of type TypeDeclIdentifier
static TypeDeclaration Construct.typeDeclaration(TypeDeclIdentifier name, Type type)
          construct type declaration with denoted name and type.
 

Constructors in fmrisc.AST with parameters of type TypeDeclIdentifier
TypeDeclaration(TypeDeclIdentifier name, Type type)
          construct type declaration with denoted name and type.
 

Uses of TypeDeclIdentifier in fmrisc.Semantics
 

Methods in fmrisc.Semantics that return TypeDeclIdentifier
 TypeDeclIdentifier TypeTableEntry.getTypeDeclIdentifier()
          return identifier of entry
 

Methods in fmrisc.Semantics with parameters of type TypeDeclIdentifier
 boolean Environment.putType(TypeDeclIdentifier name, Type type)
          put type in type table
 boolean TypeTable.put(TypeDeclIdentifier key, Type type)
          put type in type table
 

Constructors in fmrisc.Semantics with parameters of type TypeDeclIdentifier
TypeTableEntry(TypeDeclIdentifier ident)
          construct type table entry from ident (type is set to null)