public abstract static class ConditionAnalyzer.Invocation extends Object
Constructor and Description |
---|
Invocation() |
Modifier and Type | Method and Description |
---|---|
void |
addArgument(ConditionAnalyzer.Expression argument) |
List<ConditionAnalyzer.Expression> |
getArguments() |
abstract Class<?> |
getReturnType() |
public List<ConditionAnalyzer.Expression> getArguments()
public void addArgument(ConditionAnalyzer.Expression argument)
public abstract Class<?> getReturnType()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.