Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.csharp.llk.ast
Interface ISymbol  view ISymbol download ISymbol.java

All Known Implementing Classes:
Method, Type, Variable

public interface ISymbol


Method Summary
 int getColumn()
           
 int getLine()
           
 int getOffset()
           
 java.lang.String getSymbolKey()
           
 int getSymbolModifiers()
           
 java.lang.String getSymbolTypeName()
           
 Type getSymbolTypeObject(IScopeStack st)
           
 

Method Detail

getSymbolModifiers

public int getSymbolModifiers()

getSymbolKey

public java.lang.String getSymbolKey()

getSymbolTypeName

public java.lang.String getSymbolTypeName()

getSymbolTypeObject

public Type getSymbolTypeObject(IScopeStack st)

getLine

public int getLine()

getColumn

public int getColumn()

getOffset

public int getOffset()