Class PartialSequenceType
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<SequenceType,OccurrenceIndicator>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialSequenceType
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<SequenceType,OccurrenceIndicator>
public class PartialSequenceType extends AbstractPartialASTNode<SequenceType,OccurrenceIndicator>
Created by aretter on 12/02/2016.
-
-
Constructor Summary
Constructors Constructor Description PartialSequenceType(ItemType itemType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequenceTypecomplete(OccurrenceIndicator occurrenceIndicator)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialSequenceType
public PartialSequenceType(ItemType itemType)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public SequenceType complete(@Nullable OccurrenceIndicator occurrenceIndicator)
-
-