org.drools.rule.constraint
Class ConditionAnalyzer.Invocation
java.lang.Object
org.drools.rule.constraint.ConditionAnalyzer.Invocation
- Direct Known Subclasses:
- ConditionAnalyzer.ArrayAccessInvocation, ConditionAnalyzer.ArrayLengthInvocation, ConditionAnalyzer.ConstructorInvocation, ConditionAnalyzer.FieldAccessInvocation, ConditionAnalyzer.ListAccessInvocation, ConditionAnalyzer.MapAccessInvocation, ConditionAnalyzer.MethodInvocation
- Enclosing class:
- ConditionAnalyzer
public abstract static class ConditionAnalyzer.Invocation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConditionAnalyzer.Invocation
public ConditionAnalyzer.Invocation()
getArguments
public List<ConditionAnalyzer.Expression> getArguments()
addArgument
public void addArgument(ConditionAnalyzer.Expression argument)
getReturnType
public abstract Class<?> getReturnType()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.