public static class ConditionAnalyzer.ArrayAccessInvocation extends ConditionAnalyzer.Invocation
| Constructor and Description |
|---|
ArrayAccessInvocation(Class arrayType,
ConditionAnalyzer.Expression index) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getArrayType() |
ConditionAnalyzer.Expression |
getIndex() |
Class<?> |
getReturnType() |
String |
toString() |
addArgument, getArgumentspublic ArrayAccessInvocation(Class arrayType, ConditionAnalyzer.Expression index)
public ConditionAnalyzer.Expression getIndex()
public Class<?> getArrayType()
public Class<?> getReturnType()
getReturnType in class ConditionAnalyzer.InvocationCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.