Lombok.ast - v0.2

lombok.ast.grammar
Class TypesParser

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

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


Constructor Summary
TypesParser(ParserGroup group)
           
 
Method Summary
 org.parboiled.Rule nonArrayType()
           
 org.parboiled.Rule plainReferenceType()
           
 org.parboiled.Rule primitiveType()
           
 org.parboiled.Rule referenceType()
           
 org.parboiled.Rule type()
           
 org.parboiled.Rule typeArgument()
           
 org.parboiled.Rule typeArguments()
           
 org.parboiled.Rule typeVariables()
           
 
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

TypesParser

public TypesParser(ParserGroup group)
Method Detail

nonArrayType

public org.parboiled.Rule nonArrayType()

type

public org.parboiled.Rule type()
See Also:
JLS section 4.2

primitiveType

public org.parboiled.Rule primitiveType()
See Also:
JLS section 4.2

referenceType

public org.parboiled.Rule referenceType()
See Also:
JLS section 4.3

plainReferenceType

public org.parboiled.Rule plainReferenceType()

typeVariables

public org.parboiled.Rule typeVariables()

typeArguments

public org.parboiled.Rule typeArguments()
See Also:
JLS section 4.5

typeArgument

public org.parboiled.Rule typeArgument()

Lombok.ast - v0.2

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