polyglot.ext.j0.types
Class J0MethodInstance_c
java.lang.Object
polyglot.ext.jl.types.TypeObject_c
polyglot.ext.jl.types.ProcedureInstance_c
polyglot.ext.jl.types.MethodInstance_c
polyglot.ext.j0.types.J0MethodInstance_c
- All Implemented Interfaces:
- java.lang.Cloneable, CodeInstance, Copy, J0MethodInstance, MemberInstance, MethodInstance, ProcedureInstance, java.io.Serializable, TypeObject
- public class J0MethodInstance_c
- extends MethodInstance_c
- implements J0MethodInstance
- See Also:
- Serialized Form
Methods inherited from class polyglot.ext.jl.types.MethodInstance_c |
canOverride, canOverrideImpl, canOverrideImpl, checkOverride, container, designator, equalsImpl, flags, formalTypes, hashCode, implemented, implementedImpl, isCanonical, isSameMethod, isSameMethodImpl, methodCallValid, methodCallValidImpl, name, name, overrides, overridesImpl, returnType, returnType, signature, throwTypes, toString |
Methods inherited from class polyglot.ext.jl.types.ProcedureInstance_c |
callValid, callValidImpl, container, flags, formalTypes, hasFormals, hasFormalsImpl, listIsCanonical, moreSpecific, moreSpecificImpl, throwsSubset, throwsSubsetImpl, throwTypes |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
isImportedStatic
protected boolean isImportedStatic
fullName
protected java.lang.String fullName
J0MethodInstance_c
public J0MethodInstance_c(TypeSystem ts,
Position pos,
ReferenceType container,
Flags flags,
Type returnType,
java.lang.String name,
java.util.List formalTypes,
java.util.List excTypes)
setImportedStatic
public void setImportedStatic(java.lang.String name)
- Specified by:
setImportedStatic
in interface J0MethodInstance
isImportedStatic
public boolean isImportedStatic()
- Specified by:
isImportedStatic
in interface J0MethodInstance
importedStaticQualifiedName
public java.lang.String importedStaticQualifiedName()
- Specified by:
importedStaticQualifiedName
in interface J0MethodInstance