com.sonar.sslr.api.symbol
Class Symbol
java.lang.Object
com.sonar.sslr.api.symbol.Symbol
- Direct Known Subclasses:
- DataItem, FileSymbol, Procedure
public abstract class Symbol
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Symbol
public Symbol(AstNode node)
getStartLine
public int getStartLine()
getEndLine
public int getEndLine()
getAstNode
public AstNode getAstNode()
Copyright © 2011 SonarSource. All Rights Reserved.