Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
J
L
M
N
P
R
S
V
S
Scanner
- Class in
net.aethersanctum.curlyml
scanner does nothing but pull tokens from the stream.
Scanner(Reader)
- Constructor for class net.aethersanctum.curlyml.
Scanner
Scanner(InputStream)
- Constructor for class net.aethersanctum.curlyml.
Scanner
Scanner.Token
- Enum in
net.aethersanctum.curlyml
types of tokens we are interested in.
setChildren(List<Node>)
- Method in class net.aethersanctum.curlyml.
Node
Replace/set this node's child list.
setText(String)
- Method in class net.aethersanctum.curlyml.
Node
set this node's name/text value
SyntaxException
- Exception in
net.aethersanctum.curlyml
Gets thrown by the Parser or the Scanner if either of them encounter something they can't deal with.
SyntaxException(SyntaxException.Reason, int, int)
- Constructor for exception net.aethersanctum.curlyml.
SyntaxException
SyntaxExceptions must be created with a reason why parsing failed, as well as a location in the input stream indicating where the failure occurred (which can be gotten from the Scanner).
SyntaxException.Reason
- Enum in
net.aethersanctum.curlyml
a code explaining what went wrong.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
J
L
M
N
P
R
S
V