|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Lvalue
public abstract class Lvalue
Abstract class that Defines an entity that can appear on the LHS of an assignment.
Constructor Summary | |
---|---|
Lvalue()
|
Method Summary | |
---|---|
java.util.Vector |
getDerivedLvalues()
Returns a vector of all the derived lvalue of this type. |
abstract java.lang.String |
getName()
Returns the name of the lvalue of this object. |
abstract Type |
getType()
Returns the Type of this Lvalue object. |
boolean |
hasDerives()
Returns true iff this lvalue's type has derives lvalues/types. |
boolean |
isOutput()
Returns true is the variable is a part out the circuit's output. |
void |
notOutput()
sets this lvalue as a pin that is exported outsite this circuit. |
abstract int |
size()
Returns the size of this Lvalue object in bits. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lvalue()
Method Detail |
---|
public boolean isOutput()
public void notOutput()
public abstract Type getType()
public abstract int size()
public abstract java.lang.String getName()
public java.util.Vector getDerivedLvalues()
public boolean hasDerives()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |