Interface ASTUserClassOrInterface<T extends apex.jorje.semantic.ast.compilation.Compilation>

    • Method Detail

      • getSimpleName

        String getSimpleName()
        Return the simple name of the type defined by this node.
      • getModifiers

        default ASTModifierNode getModifiers()
        Return the modifier node for this type declaration.
      • getMethods

        default @NonNull NodeStream<ASTMethod> getMethods()
        Returns the (non-synthetic) methods defined in this type.