Class ASTFormalComment.AstComment

  • All Implemented Interfaces:
    apex.jorje.data.Locatable, apex.jorje.semantic.ast.AstNode
    Enclosing class:
    ASTFormalComment

    @Deprecated
    @InternalApi
    public static final class ASTFormalComment.AstComment
    extends Object
    implements apex.jorje.semantic.ast.AstNode
    Deprecated.
    • Method Detail

      • getLoc

        public apex.jorje.data.Location getLoc()
        Deprecated.
        Specified by:
        getLoc in interface apex.jorje.data.Locatable
      • traverse

        public <T extends apex.jorje.semantic.ast.visitor.Scope> void traverse​(apex.jorje.semantic.ast.visitor.AstVisitor<T> astVisitor,
                                                                               T t)
        Deprecated.
        Specified by:
        traverse in interface apex.jorje.semantic.ast.AstNode
      • validate

        public void validate​(apex.jorje.semantic.symbol.resolver.SymbolResolver symbolResolver,
                             apex.jorje.semantic.ast.visitor.ValidationScope validationScope)
        Deprecated.
        Specified by:
        validate in interface apex.jorje.semantic.ast.AstNode
      • emit

        public void emit​(apex.jorje.semantic.ast.context.Emitter emitter)
        Deprecated.
        Specified by:
        emit in interface apex.jorje.semantic.ast.AstNode
      • getDefiningType

        public apex.jorje.semantic.symbol.type.TypeInfo getDefiningType()
        Deprecated.
        Specified by:
        getDefiningType in interface apex.jorje.semantic.ast.AstNode