polyglot.ext.coffer.types
Interface CofferContext

All Superinterfaces:
java.lang.Cloneable, Context, Copy, Resolver
All Known Implementing Classes:
CofferContext_c

public interface CofferContext
extends Context


Method Summary
 void addKey(Key key)
           
 Key findKey(java.lang.String name)
           
 
Methods inherited from interface polyglot.types.Context
addMethod, addNamed, addVariable, currentClass, currentClassScope, currentCode, findField, findFieldScope, findLocal, findMethod, findMethodScope, findVariable, findVariableSilent, importTable, inCode, inStaticContext, isLocal, outerResolver, package_, pop, pushBlock, pushClass, pushCode, pushSource, pushStatic, typeSystem
 
Methods inherited from interface polyglot.types.Resolver
find
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

addKey

void addKey(Key key)

findKey

Key findKey(java.lang.String name)
            throws SemanticException
Throws:
SemanticException