public static class OperatorDescription.TextDocument extends OperatorDescription.Document
OperatorDescription.Document.Kind| Constructor and Description |
|---|
TextDocument(String text)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorDescription.Document.Kind |
getKind()
Returns the kind of this document.
|
String |
getText()
Return the text of this document.
|
external, reference, textpublic TextDocument(String text)
text - text of this documentpublic String getText()
null if not declaredpublic OperatorDescription.Document.Kind getKind()
OperatorDescription.DocumentgetKind in class OperatorDescription.DocumentCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.