Class UnresolvedClassMemberNode

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node

        com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children
    • Constructor Summary

      Constructors 
      Constructor Description
      UnresolvedClassMemberNode​(VmLanguage language, com.oracle.truffle.api.source.SourceSection sourceSection, com.oracle.truffle.api.source.SourceSection headerSection, com.oracle.truffle.api.frame.FrameDescriptor descriptor, @Nullable com.oracle.truffle.api.source.SourceSection docComment, ExpressionNode[] annotationNodes, int modifiers, Identifier name, java.lang.String qualifiedName)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract ClassMember execute​(com.oracle.truffle.api.frame.VirtualFrame frame, VmClass clazz)  
      java.lang.String getQualifiedName()  
      • Methods inherited from class com.oracle.truffle.api.nodes.Node

        accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • headerSection

        protected final com.oracle.truffle.api.source.SourceSection headerSection
      • descriptor

        protected final com.oracle.truffle.api.frame.FrameDescriptor descriptor
      • docComment

        protected final @Nullable com.oracle.truffle.api.source.SourceSection docComment
      • modifiers

        protected final int modifiers
      • qualifiedName

        protected final java.lang.String qualifiedName
    • Constructor Detail

      • UnresolvedClassMemberNode

        public UnresolvedClassMemberNode​(VmLanguage language,
                                         com.oracle.truffle.api.source.SourceSection sourceSection,
                                         com.oracle.truffle.api.source.SourceSection headerSection,
                                         com.oracle.truffle.api.frame.FrameDescriptor descriptor,
                                         @Nullable com.oracle.truffle.api.source.SourceSection docComment,
                                         ExpressionNode[] annotationNodes,
                                         int modifiers,
                                         Identifier name,
                                         java.lang.String qualifiedName)
    • Method Detail

      • execute

        public abstract ClassMember execute​(com.oracle.truffle.api.frame.VirtualFrame frame,
                                            VmClass clazz)
      • getQualifiedName

        public java.lang.String getQualifiedName()