|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Lvalue
SFE.Compiler.VarLvalue
public class VarLvalue
The VarLvalue class extends the Lvalue class, and can be when a variable is used as Lvalue.
Constructor Summary | |
---|---|
VarLvalue(Variable variable,
boolean isOutput)
Constructs a new VarLvalue from a given variable. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the lvalue of this object. |
Type |
getType()
Returns the Type of this Lvalue object. |
int |
size()
Returns the size of this Lvalue object in bits. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class SFE.Compiler.Lvalue |
---|
getDerivedLvalues, hasDerives, isOutput, notOutput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VarLvalue(Variable variable, boolean isOutput)
variable
- the variable from which to construct this VarLvalue.Method Detail |
---|
public Type getType()
getType
in class Lvalue
public int size()
size
in class Lvalue
public java.lang.String getName()
getName
in class Lvalue
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |