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, getArguments
public ArrayAccessInvocation(Class arrayType, ConditionAnalyzer.Expression index)
public ConditionAnalyzer.Expression getIndex()
public Class<?> getArrayType()
public Class<?> getReturnType()
getReturnType
in class ConditionAnalyzer.Invocation
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.