Class AttributeRef
- java.lang.Object
-
- ru.ispras.microtesk.mmu.translator.ir.AttributeRef
-
public final class AttributeRef extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeRef(AbstractStorage target, Attribute attribute, ru.ispras.fortress.expression.Node addressArgValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ru.ispras.fortress.expression.Node
getAddressArgValue()
Attribute
getAttribute()
AbstractStorage
getTarget()
java.lang.String
getText()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AttributeRef
public AttributeRef(AbstractStorage target, Attribute attribute, ru.ispras.fortress.expression.Node addressArgValue)
-
-
Method Detail
-
getTarget
public AbstractStorage getTarget()
-
getAttribute
public Attribute getAttribute()
-
getAddressArgValue
public ru.ispras.fortress.expression.Node getAddressArgValue()
-
getText
public java.lang.String getText()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-