|
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<Node>
lombok.ast.grammar.LiteralsActions
public class LiteralsActions
Field Summary | |
---|---|
protected Source |
source
|
Constructor Summary | |
---|---|
LiteralsActions(Source source)
|
Method Summary | |
---|---|
Node |
createBooleanLiteral(String raw)
|
Node |
createCharLiteral(String raw)
|
Node |
createNullLiteral(String raw)
|
Node |
createNumberLiteral(String raw)
|
Node |
createStringLiteral(String raw)
|
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 |
Field Detail |
---|
protected final Source source
Constructor Detail |
---|
public LiteralsActions(Source source)
Method Detail |
---|
public Node createNullLiteral(String raw)
public Node createStringLiteral(String raw)
public Node createCharLiteral(String raw)
public Node createBooleanLiteral(String raw)
public Node createNumberLiteral(String raw)
|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |