Class Static
- java.lang.Object
-
- ru.ispras.microtesk.translator.mir.Lvalue
-
- ru.ispras.microtesk.translator.mir.Static
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MirTy
getContainerType()
MirTy
getType()
int
hashCode()
boolean
isSame(Operand opnd)
Static
newVersion(int n)
Static
removeSubscript()
java.lang.String
toString()
-
-
-
Method Detail
-
isSame
public boolean isSame(Operand opnd)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getType
public MirTy getType()
-
getContainerType
public MirTy getContainerType()
- Specified by:
getContainerType
in classLvalue
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
newVersion
public Static newVersion(int n)
-
removeSubscript
public Static removeSubscript()
-
-