Lombok.ast - v0.2

lombok.ast.grammar
Class LiteralsParser

java.lang.Object
  extended by org.parboiled.BaseActions<V>
      extended by org.parboiled.BaseParser<Node>
          extended by lombok.ast.grammar.LiteralsParser
All Implemented Interfaces:
org.parboiled.ContextAware<Node>

public class LiteralsParser
extends org.parboiled.BaseParser<Node>


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

LiteralsParser

public LiteralsParser(ParserGroup group)
Method Detail

anyLiteral

public org.parboiled.Rule anyLiteral()

nullLiteral

public org.parboiled.Rule nullLiteral()
See Also:
JLS section 3.10.7

stringLiteral

public org.parboiled.Rule stringLiteral()
See Also:
JLS section 3.10.5

charLiteral

public org.parboiled.Rule charLiteral()
See Also:
JLS section 3.10.4

booleanLiteral

public org.parboiled.Rule booleanLiteral()
See Also:
JLS section 3.10.3

numberLiteral

public org.parboiled.Rule numberLiteral()
See Also:
JLS section 3.10.1, JLS section 3.10.2

Lombok.ast - v0.2

Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.