Uses of Class
mycompiler.myclass.DeclId

Packages that use DeclId
mycompiler.myclass   
mycompiler.mystatement   
 

Uses of DeclId in mycompiler.myclass
 

Methods in mycompiler.myclass with parameters of type DeclId
 void FormalParameter.set_DeclId(DeclId did)
           
 void FieldDecl.set_DeclId(DeclId did)
           
 

Uses of DeclId in mycompiler.mystatement
 

Methods in mycompiler.mystatement with parameters of type DeclId
 void LocalVarDecl.set_DeclId(DeclId did)