org.millscript.millscript.expr
Class Ident

java.lang.Object
  extended by org.millscript.millscript.expr.Ident
Direct Known Subclasses:
GlobalIdent, LocalIdent

public abstract class Ident
extends java.lang.Object


Field Summary
protected  boolean isConst
           
protected  Ref ref
           
protected  java.lang.String sym
           
 
Method Summary
 boolean getIsConst()
           
 java.lang.String getName()
           
 Ref getRef()
           
 boolean isAlien()
           
 Ident setIsConst(boolean p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sym

protected java.lang.String sym

ref

protected Ref ref

isConst

protected boolean isConst
Method Detail

isAlien

public boolean isAlien()

setIsConst

public Ident setIsConst(boolean p)

getIsConst

public boolean getIsConst()

getName

public java.lang.String getName()

getRef

public Ref getRef()
Returns:
this Ref this ident points to


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