java.lang.Object
com.espertech.esper.common.internal.event.propertyparser.PropertyParserNoDep

public class PropertyParserNoDep extends Object
Parser similar in structure to: http://cogitolearning.co.uk/docs/cogpar/files.html
  • Constructor Details

    • PropertyParserNoDep

      public PropertyParserNoDep()
  • Method Details

    • parseAndWalkLaxToSimple

      public static Property parseAndWalkLaxToSimple(String expression, boolean rootedDynamic) throws PropertyAccessException
      Throws:
      PropertyAccessException
    • parseMappedProperty

      public static MappedPropertyParseResult parseMappedProperty(String property)
      Parse the mapped property into classname, method and string argument. Mind this has been parsed already and is a valid mapped property.
      Parameters:
      property - is the string property to be passed as a static method invocation
      Returns:
      descriptor object