public static final class Format.AttributeCallBasedArgument extends java.lang.Object implements Format.Argument
Constructor and Description |
---|
Format.AttributeCallBasedArgument(StatementAttributeCall callInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convertTo(FormatMarker marker) |
java.lang.String |
getAttributeName() |
int |
getBinaryLength() |
Instance |
getCalleeInstance() |
java.lang.String |
getCalleeName() |
boolean |
isConvertibleTo(FormatMarker marker) |
public Format.AttributeCallBasedArgument(StatementAttributeCall callInfo)
public boolean isConvertibleTo(FormatMarker marker)
isConvertibleTo
in interface Format.Argument
public java.lang.String convertTo(FormatMarker marker)
convertTo
in interface Format.Argument
public int getBinaryLength()
getBinaryLength
in interface Format.Argument
public java.lang.String getCalleeName()
public java.lang.String getAttributeName()
public Instance getCalleeInstance()