org.millscript.millscript.expr
Class GlobalIdent

java.lang.Object
  extended by org.millscript.millscript.expr.Ident
      extended by org.millscript.millscript.expr.GlobalIdent

public class GlobalIdent
extends Ident


Field Summary
 
Fields inherited from class org.millscript.millscript.expr.Ident
isConst, ref, sym
 
Constructor Summary
GlobalIdent(java.lang.String s, Ref r)
           
 
Method Summary
 boolean getIsProtected()
           
 Ref getRef()
           
 java.lang.Object getValue()
           
 void setIsProtected(boolean p)
           
 java.lang.String toString()
           
 
Methods inherited from class org.millscript.millscript.expr.Ident
getIsConst, getName, isAlien, setIsConst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalIdent

public GlobalIdent(java.lang.String s,
                   Ref r)
Method Detail

setIsProtected

public void setIsProtected(boolean p)

getIsProtected

public boolean getIsProtected()

getRef

public Ref getRef()
Overrides:
getRef in class Ident
Returns:
this Ref this ident points to
See Also:
Ident.getRef()

getValue

public java.lang.Object getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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