Class ClassProperty

    • Constructor Detail

      • ClassProperty

        public ClassProperty​(com.oracle.truffle.api.source.SourceSection sourceSection,
                             com.oracle.truffle.api.source.SourceSection headerSection,
                             int modifiers,
                             Identifier name,
                             java.lang.String qualifiedName,
                             @Nullable com.oracle.truffle.api.source.SourceSection docComment,
                             java.util.List<VmTyped> annotations,
                             VmTyped owner,
                             @Nullable PropertyTypeNode typeNode,
                             ObjectMember initializer)