public abstract class AbstractPropertyGetter extends java.lang.Object implements IPropertyGetter
Constructor and Description |
---|
AbstractPropertyGetter() |
Modifier and Type | Method and Description |
---|---|
AST |
getAst() |
IEolContext |
getContext() |
boolean |
hasProperty(java.lang.Object object,
java.lang.String property) |
void |
setAst(AST ast) |
void |
setContext(IEolContext context) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
public AST getAst()
getAst
in interface IPropertyGetter
public void setAst(AST ast)
setAst
in interface IPropertyGetter
public IEolContext getContext()
getContext
in interface IPropertyGetter
public void setContext(IEolContext context)
setContext
in interface IPropertyGetter
public boolean hasProperty(java.lang.Object object, java.lang.String property)
hasProperty
in interface IPropertyGetter