public interface Primitive
Modifier and Type | Interface and Description |
---|---|
static class |
Primitive.Kind |
Modifier and Type | Method and Description |
---|---|
boolean |
canThrowException() |
java.util.Map<java.lang.String,Argument> |
getArguments() |
int |
getBlockSize() |
java.lang.String |
getContextName() |
Primitive.Kind |
getKind() |
java.lang.String |
getName() |
java.lang.String |
getSignature() |
Situation |
getSituation() |
java.lang.String |
getTypeName() |
boolean |
hasSituation() |
boolean |
isBranch() |
boolean |
isConditionalBranch() |
boolean |
isLoad() |
boolean |
isRoot() |
boolean |
isStore() |
Primitive |
newCopy() |
Primitive newCopy()
Primitive.Kind getKind()
java.lang.String getName()
java.lang.String getTypeName()
boolean isRoot()
java.util.Map<java.lang.String,Argument> getArguments()
java.lang.String getContextName()
boolean hasSituation()
Situation getSituation()
java.lang.String getSignature()
boolean canThrowException()
boolean isBranch()
boolean isConditionalBranch()
boolean isLoad()
boolean isStore()
int getBlockSize()