|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.parboiled.BaseActions<V>
org.parboiled.BaseParser<Node>
lombok.ast.grammar.LiteralsParser
public class LiteralsParser
Constructor Summary | |
---|---|
LiteralsParser(ParserGroup group)
|
Method Summary | |
---|---|
org.parboiled.Rule |
anyLiteral()
|
org.parboiled.Rule |
booleanLiteral()
|
org.parboiled.Rule |
charLiteral()
|
org.parboiled.Rule |
nullLiteral()
|
org.parboiled.Rule |
numberLiteral()
|
org.parboiled.Rule |
stringLiteral()
|
Methods inherited from class org.parboiled.BaseParser |
---|
ACTION, Any, CAPTURE, Ch, CharIgnoreCase, CharRange, CharSet, CharSet, CharSet, DOWN, DOWN2, DOWN3, DOWN4, DOWN5, DOWN6, Empty, Eoi, FirstOf, FirstOf, FromCharArray, FromCharLiteral, FromStringLiteral, newInstance, OneOrMore, Optional, Sequence, Sequence, String, String, StringIgnoreCase, StringIgnoreCase, Test, TestNot, ToRule, ToRules, UP, UP2, UP3, UP4, UP5, UP6, ZeroOrMore |
Methods inherited from class org.parboiled.BaseActions |
---|
character, character, chars, chars, currentChar, getContext, hasError, inPredicate, lastChar, lastNode, lastText, lastValue, node, nodeByLabel, nodes, nodesByLabel, nodeSuppressed, prevChar, prevEnd, prevStart, prevText, prevValue, set, set, setContext, text, text, texts, texts, value, value, value, values, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiteralsParser(ParserGroup group)
Method Detail |
---|
public org.parboiled.Rule anyLiteral()
public org.parboiled.Rule nullLiteral()
public org.parboiled.Rule stringLiteral()
public org.parboiled.Rule charLiteral()
public org.parboiled.Rule booleanLiteral()
public org.parboiled.Rule numberLiteral()
|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |