com.sonar.sslr.api.symbol
Class Symbol

java.lang.Object
  extended by com.sonar.sslr.api.symbol.Symbol

public abstract class Symbol
extends Object


Constructor Summary
Symbol(AstNode node)
           
 
Method Summary
 AstNode getAstNode()
           
 int getEndLine()
           
 int getStartLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Symbol

public Symbol(AstNode node)
Method Detail

getStartLine

public int getStartLine()

getEndLine

public int getEndLine()

getAstNode

public AstNode getAstNode()


Copyright © 2011 SonarSource. All Rights Reserved.