|
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.BasicsActions
public class BasicsActions
Field Summary | |
---|---|
protected Source |
source
|
Constructor Summary | |
---|---|
BasicsActions(Source source)
|
Method Summary | |
---|---|
boolean |
checkIfKeyword(String text)
|
Node |
createIdentifier(String text,
org.parboiled.Node<Node> rawIdentifier)
|
boolean |
logBlockComment(String text)
|
boolean |
logComment(String text)
|
boolean |
logLineComment(String text)
|
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 BasicsActions(Source source)
Method Detail |
---|
public Node createIdentifier(String text, org.parboiled.Node<Node> rawIdentifier)
public boolean checkIfKeyword(String text)
public boolean logComment(String text)
public boolean logBlockComment(String text)
public boolean logLineComment(String text)
|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |