public interface IPropertyGetter
| Modifier and Type | Method and Description |
|---|---|
AST |
getAst() |
IEolContext |
getContext() |
boolean |
hasProperty(Object object,
String property) |
Object |
invoke(Object object,
String property) |
void |
setAst(AST ast) |
void |
setContext(IEolContext context) |
Object invoke(Object object, String property) throws EolRuntimeException
EolRuntimeExceptionAST getAst()
void setAst(AST ast)
void setContext(IEolContext context)
IEolContext getContext()
Copyright © 2016. All rights reserved.