public interface ExecutableStatement extends Accessor, Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
void |
computeTypeConversionRule() |
Class |
getKnownEgressType() |
Class |
getKnownIngressType() |
Object |
getValue(Object staticContext,
VariableResolverFactory factory) |
boolean |
intOptimized() |
boolean |
isConvertableIngressEgress() |
boolean |
isEmptyStatement() |
boolean |
isExplicitCast() |
boolean |
isLiteralOnly() |
void |
setKnownEgressType(Class type) |
void |
setKnownIngressType(Class type) |
Object getValue(Object staticContext, VariableResolverFactory factory)
void setKnownIngressType(Class type)
void setKnownEgressType(Class type)
Class getKnownIngressType()
Class getKnownEgressType()
getKnownEgressType
in interface Accessor
boolean isExplicitCast()
boolean isConvertableIngressEgress()
void computeTypeConversionRule()
boolean intOptimized()
boolean isLiteralOnly()
boolean isEmptyStatement()
Copyright © 2001–2023 JBoss by Red Hat. All rights reserved.