Class ResolveDeclaredTypeNode

    • 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 
      Modifier Constructor Description
      protected ResolveDeclaredTypeNode​(com.oracle.truffle.api.source.SourceSection sourceSection)  
    • Constructor Detail

      • ResolveDeclaredTypeNode

        protected ResolveDeclaredTypeNode​(com.oracle.truffle.api.source.SourceSection sourceSection)
    • Method Detail

      • getImport

        protected VmTyped getImport​(VmTyped module,
                                    Identifier importName,
                                    com.oracle.truffle.api.source.SourceSection importNameSection)
      • getType

        protected @Nullable java.lang.Object getType​(VmTyped module,
                                                     Identifier typeName,
                                                     com.oracle.truffle.api.source.SourceSection typeNameSection)