Lombok.ast - v0.2

lombok.ast.grammar
Class BasicsActions

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

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


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

source

protected final Source source
Constructor Detail

BasicsActions

public BasicsActions(Source source)
Method Detail

createIdentifier

public Node createIdentifier(String text,
                             org.parboiled.Node<Node> rawIdentifier)

checkIfKeyword

public boolean checkIfKeyword(String text)

logComment

public boolean logComment(String text)

logBlockComment

public boolean logBlockComment(String text)

logLineComment

public boolean logLineComment(String text)

Lombok.ast - v0.2

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