Uses of Class
org.millscript.millscript.expr.Ident

Packages that use Ident
org.millscript.millscript.action   
org.millscript.millscript.expr   
 

Uses of Ident in org.millscript.millscript.action
 

Constructors in org.millscript.millscript.action with parameters of type Ident
AssignAlienAction(Ident i, Action r)
           
AssignGlobalAction(Ident i, Action r)
           
AssignLocalAction(Ident i, Action r)
           
BindingFromAction(Ident a, Action b)
          Constructs a new from counter binding action, with the supplied ident and starting point action.
BindingFromToAction(Ident a, Action b, Action c)
          Constructs a new from-to counter binding action, with the suplied name, starting point and end point actions.
BindingListAction(Ident a, Action b)
          Constructs a new list binding action, with the supplied Ident and object generating action.
BindingMapAction(Ident k, Ident v, Action b)
          Constructs a new map binding action, with the supplied key and value Idents and object generating action.
PushAlienAction(Ident i)
           
PushGlobalAction(Ident i)
           
PushLocalAction(Ident i)
           
VarAlienAction(Ident i, Action v)
           
VarGlobalAction(Ident i, Action v)
           
VarLocalAction(Ident i, Action v)
           
 

Uses of Ident in org.millscript.millscript.expr
 

Subclasses of Ident in org.millscript.millscript.expr
 class GlobalIdent
           
 class LocalIdent
           
 

Methods in org.millscript.millscript.expr that return Ident
 Ident NameExpr.getIdent()
          Returns the ident for this name expression.
 Ident Ident.setIsConst(boolean p)
           
 

Methods in org.millscript.millscript.expr with parameters of type Ident
 void NameExpr.setIdent(Ident id)
          Sets this name expressions ident to that specified.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.