public interface IxObject
| Modifier and Type | Method and Description |
|---|---|
Object |
callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
getByIndex(SourceElement caller,
Object index) |
Object |
getProperty(SourceElement caller,
String propertyName) |
boolean |
is(String qualifiedName) |
Object getProperty(SourceElement caller, String propertyName) throws EvaluationException
EvaluationExceptionObject callMethod(SourceElement caller, String methodName, Object... args) throws EvaluationException
EvaluationExceptionObject getByIndex(SourceElement caller, Object index) throws EvaluationException
EvaluationExceptionboolean is(String qualifiedName) throws EvaluationException
EvaluationExceptionCopyright © 2014. All rights reserved.