lombok.ast.grammar
Class Source
java.lang.Object
lombok.ast.grammar.Source
public class Source
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Source
public Source(String rawInput,
String name)
getNodes
public List<Node> getNodes()
getProblems
public List<ParseProblem> getProblems()
clear
public void clear()
getOverviewProfileInformation
public String getOverviewProfileInformation()
getDetailedProfileInformation
public List<String> getDetailedProfileInformation(int top)
parseCompilationUnit
public void parseCompilationUnit()
parseMember
public void parseMember()
parseStatement
public void parseStatement()
parseExpression
public void parseExpression()
parseVariableDefinition
public void parseVariableDefinition()
getSourceStructures
public Map<Node,Collection<SourceStructure>> getSourceStructures()
getLineEndingsTable
public List<Integer> getLineEndingsTable()
lineColumn
public long lineColumn(int index)
Copyright © 2010-2011 The Project Lombok Authors, licensed under the MIT licence.