|
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<Node>
lombok.ast.grammar.TypesActions
public class TypesActions
Field Summary | |
---|---|
protected Source |
source
|
Constructor Summary | |
---|---|
TypesActions(Source source)
|
Method Summary | |
---|---|
Node |
createPrimitiveType(String text)
|
Node |
createReferenceType(Node head,
List<Node> tail)
|
Node |
createTypeArguments(Node head,
List<Node> tail)
|
Node |
createTypeReferencePart(org.parboiled.Node<Node> identifier,
Node typeArguments)
|
Node |
createTypeVariable(Node name,
Node head,
List<Node> tail)
|
Node |
createTypeVariables(Node head,
List<Node> tail)
|
Node |
createUnboundedWildcardType(org.parboiled.Node<Node> qmark)
|
Node |
createWildcardedType(org.parboiled.Node<Node> qmark,
org.parboiled.Node<Node> boundType,
String extendsOrSuper,
Node type)
|
Node |
setArrayDimensionsOfType(Node value,
List<String> bracketPairs)
|
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 |
---|
protected final Source source
Constructor Detail |
---|
public TypesActions(Source source)
Method Detail |
---|
public Node createPrimitiveType(String text)
public Node createTypeReferencePart(org.parboiled.Node<Node> identifier, Node typeArguments)
public Node createWildcardedType(org.parboiled.Node<Node> qmark, org.parboiled.Node<Node> boundType, String extendsOrSuper, Node type)
public Node createUnboundedWildcardType(org.parboiled.Node<Node> qmark)
public Node createTypeArguments(Node head, List<Node> tail)
public Node createReferenceType(Node head, List<Node> tail)
public Node setArrayDimensionsOfType(Node value, List<String> bracketPairs)
public Node createTypeVariable(Node name, Node head, List<Node> tail)
public Node createTypeVariables(Node head, List<Node> tail)
|
Lombok.ast - v0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |