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, text
public TextDocument(String text)
text
- text of this documentpublic String getText()
null
if not declaredpublic OperatorDescription.Document.Kind getKind()
OperatorDescription.Document
getKind
in class OperatorDescription.Document
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.