polyglot.ext.j0.types
Interface J0MethodInstance

All Superinterfaces:
java.lang.Cloneable, CodeInstance, Copy, MemberInstance, MethodInstance, ProcedureInstance, java.io.Serializable, TypeObject
All Known Implementing Classes:
J0MethodInstance_c

public interface J0MethodInstance
extends MethodInstance


Method Summary
 java.lang.String importedStaticQualifiedName()
           
 boolean isImportedStatic()
           
 void setImportedStatic(java.lang.String name)
           
 
Methods inherited from interface polyglot.types.MethodInstance
canOverride, canOverrideImpl, checkOverride, container, flags, formalTypes, implemented, implementedImpl, isSameMethod, isSameMethodImpl, methodCallValid, methodCallValidImpl, name, name, overrides, overridesImpl, returnType, returnType, throwTypes
 
Methods inherited from interface polyglot.types.ProcedureInstance
callValid, callValidImpl, designator, formalTypes, hasFormals, hasFormalsImpl, moreSpecific, moreSpecificImpl, signature, throwsSubset, throwsSubsetImpl, throwTypes
 
Methods inherited from interface polyglot.types.MemberInstance
container, flags
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

setImportedStatic

public void setImportedStatic(java.lang.String name)

isImportedStatic

public boolean isImportedStatic()

importedStaticQualifiedName

public java.lang.String importedStaticQualifiedName()