Class NestedLogicalSeg.SubscriptParser
- java.lang.Object
-
- com.automation_pros.odva.cip.path.NestedLogicalSeg.SubscriptParser
-
- All Implemented Interfaces:
PathTokenParser
- Enclosing class:
- NestedLogicalSeg
public static class NestedLogicalSeg.SubscriptParser extends java.lang.Object implements PathTokenParser
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.Method
cacher
protected java.lang.reflect.Constructor<?>
constructor1
protected java.lang.reflect.Constructor<?>
constructor2
-
Constructor Summary
Constructors Constructor Description SubscriptParser(java.lang.Class<? extends LogicalSeg> target1, java.lang.Class<? extends NestedLogicalSeg> target2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipPath
parse(java.util.List<java.lang.String> tokens)
Given the parameters for a token as a list of strings, return a list of Path Segments.
-
-
-
Constructor Detail
-
SubscriptParser
public SubscriptParser(java.lang.Class<? extends LogicalSeg> target1, java.lang.Class<? extends NestedLogicalSeg> target2)
-
-
Method Detail
-
parse
public CipPath parse(java.util.List<java.lang.String> tokens)
Description copied from interface:PathTokenParser
Given the parameters for a token as a list of strings, return a list of Path Segments. The keyword token is already removed from the list. This method must remove the parameter tokens it consumes.- Specified by:
parse
in interfacePathTokenParser
- Returns:
-
-