Class PartialElementTest.PartialElementTest1.PartialElementTest2
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<ElementTest,Boolean>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialElementTest.PartialElementTest1.PartialElementTest2
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<ElementTest,Boolean>
- Enclosing class:
- PartialElementTest.PartialElementTest1
public class PartialElementTest.PartialElementTest1.PartialElementTest2 extends AbstractPartialASTNode<ElementTest,Boolean>
-
-
Constructor Summary
Constructors Constructor Description PartialElementTest2(QNameW typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementTestcomplete(Boolean optionalType)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialElementTest2
public PartialElementTest2(QNameW typeName)
-
-
Method Detail
-
complete
public ElementTest complete(@Nullable Boolean optionalType)
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-