public class ExtendNode extends Object
Constructor and Description |
---|
ExtendNode() |
Modifier and Type | Method and Description |
---|---|
int |
getKind()
Gets the kind.
|
String |
getText()
Gets the text.
|
void |
setKind(int kind)
Sets the kind.
|
void |
setText(String text)
Sets the text.
|
public final String getText()
public final void setText(String text)
text
- the new textpublic final int getKind()
public final void setKind(int kind)
kind
- the new kindCopyright © 2018. All rights reserved.