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
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.util.Copy |
copy |
setImportedStatic
public void setImportedStatic(java.lang.String name)
isImportedStatic
public boolean isImportedStatic()
importedStaticQualifiedName
public java.lang.String importedStaticQualifiedName()