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

Quick Search    Search Deep

Uses of Interface
com.port80.eclipse.csharp.llk.ast.IScopeStack

Uses of IScopeStack in com.port80.eclipse.csharp.llk.ast
 

Classes in com.port80.eclipse.csharp.llk.ast that implement IScopeStack
 class ScopeStack
          Scope stack is used by the parser to keep track of the current lexical scopes and performs symbol lookups.
 

Methods in com.port80.eclipse.csharp.llk.ast with parameters of type IScopeStack
 Type Type.getSymbolTypeObject(IScopeStack st)
           
 Type Variable.getSymbolTypeObject(IScopeStack st)
           
 void RootContext.resolve(IScopeStack context)
           
 Type ISymbol.getSymbolTypeObject(IScopeStack st)
           
 Type Method.getSymbolTypeObject(IScopeStack st)
           
static boolean Modifiers.accessOK(ISymbol sym, IScopeStack context)