|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Lvalue
SFE.Compiler.BitLvalue
public class BitLvalue
This class represents a bit of a VarLvalue
Constructor Summary | |
---|---|
BitLvalue(Lvalue varLvalue,
int bit)
Constructs a new BitLvalue from a given VarLvalue and the offset in it. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns a string representation of this BitLvalue's name. |
Type |
getType()
Returns the base Type of this BitLvalue. |
int |
size()
Returns 1 as size of this BitLvalue object in bits. |
java.lang.String |
toString()
Returns a string representation of this BitLvalue. |
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 BitLvalue(Lvalue varLvalue, int bit)
varLvalue
- the given VarLvalue.bit
- the bit offset in the VarLvalue.Method Detail |
---|
public int size()
size
in class Lvalue
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
getName
in class Lvalue
public Type getType()
getType
in class Lvalue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |