com.evolvedbinary.xpath.parser.ast.partial
Class PartialSequenceType

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<SequenceType,OccurrenceIndicator>
          extended by 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
PartialSequenceType(ItemType itemType)
           
 
Method Summary
 SequenceType complete(OccurrenceIndicator occurrenceIndicator)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialSequenceType

public PartialSequenceType(ItemType itemType)
Method Detail

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

complete

public SequenceType complete(@Nullable
                             OccurrenceIndicator occurrenceIndicator)


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.