org.eclipse.epsilon.epl
Class PatternMatchPropertyGetter

java.lang.Object
  extended by org.eclipse.epsilon.eol.execute.introspection.AbstractPropertyGetter
      extended by org.eclipse.epsilon.eol.execute.introspection.java.JavaPropertyGetter
          extended by org.eclipse.epsilon.epl.PatternMatchPropertyGetter
All Implemented Interfaces:
IPropertyGetter

public class PatternMatchPropertyGetter
extends JavaPropertyGetter


Constructor Summary
PatternMatchPropertyGetter()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object object, java.lang.String property)
           
 
Methods inherited from class org.eclipse.epsilon.eol.execute.introspection.java.JavaPropertyGetter
hasProperty
 
Methods inherited from class org.eclipse.epsilon.eol.execute.introspection.AbstractPropertyGetter
getAst, getContext, setAst, setContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternMatchPropertyGetter

public PatternMatchPropertyGetter()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object object,
                               java.lang.String property)
                        throws EolRuntimeException
Specified by:
invoke in interface IPropertyGetter
Overrides:
invoke in class JavaPropertyGetter
Throws:
EolRuntimeException