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