|
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.BasicsParser
public class BasicsParser
Contains the basics of java parsing: Whitespace and comment handling, as well as applying backslash-u escapes.
Constructor Summary | |
---|---|
BasicsParser(ParserGroup group)
|
Method Summary | |
---|---|
org.parboiled.Rule |
comment()
Any comment (block, line, or javadoc) |
org.parboiled.Rule |
dotIdentifier()
|
org.parboiled.Rule |
identifier()
|
org.parboiled.Rule |
identifierPart()
|
org.parboiled.Rule |
identifierRaw()
|
org.parboiled.Rule |
lineTerminator()
|
org.parboiled.Rule |
mandatoryWS()
Eats up any whitespace and comments at the current position, but only matches if there is at least one comment or whitespace character to gobble up. |
org.parboiled.Rule |
optWS()
Eats up any whitespace and comments at the current position. |
org.parboiled.Rule |
testLexBreak()
|
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 BasicsParser(ParserGroup group)
Method Detail |
---|
public org.parboiled.Rule optWS()
public org.parboiled.Rule mandatoryWS()
public org.parboiled.Rule testLexBreak()
public org.parboiled.Rule identifier()
public org.parboiled.Rule dotIdentifier()
public org.parboiled.Rule identifierRaw()
public org.parboiled.Rule identifierPart()
public org.parboiled.Rule comment()
public org.parboiled.Rule lineTerminator()
|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |