Lombok.ast - v0.2

lombok.ast.grammar
Class LiteralsActions

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

public class LiteralsActions
extends org.parboiled.BaseActions<Node>


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

source

protected final Source source
Constructor Detail

LiteralsActions

public LiteralsActions(Source source)
Method Detail

createNullLiteral

public Node createNullLiteral(String raw)

createStringLiteral

public Node createStringLiteral(String raw)

createCharLiteral

public Node createCharLiteral(String raw)

createBooleanLiteral

public Node createBooleanLiteral(String raw)

createNumberLiteral

public Node createNumberLiteral(String raw)

Lombok.ast - v0.2

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