org.mesopotamia.lang.java.ref
Interface Scope

All Known Implementing Classes:
Code, CompoundStatement, ConstructorDefinition, For, Handler, InstanceInitializer, JavaSourceUnit, MethodDefinition, Operation, SoftCachingScope, StaticInitializer

public interface Scope

Operations, types, method and constructor definitions, and other language element classes implement this interface for variable, method and type resolution in the same compilation unit.

Author:
Pavel

Method Summary
 MethodInfo findMethod(java.lang.String name, java.lang.String[] parameterTypes)
           
 TypeInfo findType(java.lang.String name)
           
 VariableInfo findVariable(java.lang.String name)
           
 

Method Detail

findType

TypeInfo findType(java.lang.String name)

findVariable

VariableInfo findVariable(java.lang.String name)

findMethod

MethodInfo findMethod(java.lang.String name,
                      java.lang.String[] parameterTypes)


Copyright © 2005 Hammurapi Group. All Rights Reserved.