Uses of Class
org.tweetyproject.lp.asp.parser.SimpleNode

Packages that use SimpleNode
Package
Description
 
  • Uses of SimpleNode in org.tweetyproject.lp.asp.parser

    Modifier and Type
    Class
    Description
    class 
    /** Represents an aggregate node in the abstract syntax tree (AST) for ASP parsing.
    class 
    ASTAggrElement class
    class 
    ASTAggrElementList class
    class 
    class ASTAggrFunc
    class 
    ASTAnswerSet
    class 
    ASTAriTerm class
    class 
    ASTArithop class
    class 
    ASTBinop class
    class 
    ASTBody class
    class 
    ASTBodyList class
    class 
    ASTBuiltInAtom class
    class 
    ASTChoice class
    class 
    ASTChoiceElement class
    class 
    ASTChoiceElementList class
    class 
    The ASTClingoID class represents a node in the abstract syntax tree (AST) corresponding to a Clingo identifier in the parsing process.
    class 
    The ASTClingoMeta class represents a node in the abstract syntax tree (AST) for Clingo meta-statements in the parsing process.
    class 
    The ASTDlvArithmeticID class represents a node in the abstract syntax tree (AST) for arithmetic identifiers in the DLV language, a variant of Answer Set Programming (ASP).
    class 
    The ASTDlvID class represents a node in the abstract syntax tree (AST) for identifiers in the DLV language, which is a logic programming language used in Answer Set Programming (ASP).
    class 
    The ASTHead class represents a node in the abstract syntax tree (AST) for the head of a rule in the context of Answer Set Programming (ASP).
    class 
    The ASTHeadElementsList class represents a node in the abstract syntax tree (AST) for a list of elements that make up the head of a rule in the context of Answer Set Programming (ASP).
    class 
    The ASTID class represents a node in the abstract syntax tree (AST) for identifiers within the context of Answer Set Programming (ASP).
    class 
    The ASTLiteral class represents a node in the abstract syntax tree (AST) for literals within the context of Answer Set Programming (ASP).
    class 
    The ASTNAFLiteral class represents a node in the abstract syntax tree (AST) for literals with negation as failure (NAF) within the context of Answer Set Programming (ASP).
    class 
    The ASTNAFLiteralList class represents a node in the abstract syntax tree (AST) for a list of literals that may include negation as failure (NAF) within the context of Answer Set Programming (ASP).
    class 
    The ASTNumber class represents a node in the abstract syntax tree (AST) for numerical values within the context of Answer Set Programming (ASP).
    class 
    The ASTOpt class represents a node in the abstract syntax tree (AST) for optimization statements within the context of Answer Set Programming (ASP).
    class 
    The ASTOptElement class represents a node in the abstract syntax tree (AST) for an optimization element within the context of Answer Set Programming (ASP).
    class 
    Represents a node in the abstract syntax tree (AST) for an optional element list in the ASP (Answer Set Programming) parser.
    class 
    The ASTOptFunc class represents a node in the abstract syntax tree (AST) for an optimization function within the context of Answer Set Programming (ASP).
    class 
    The ASTProgram class represents a node in the abstract syntax tree (AST) for a program in the context of Answer Set Programming (ASP).
    class 
    The ASTQuery class represents a node in the abstract syntax tree (AST) for a query in the context of Answer Set Programming (ASP).
    class 
    The ASTRule class represents a node in the abstract syntax tree (AST) for a rule in the context of Answer Set Programming (ASP).
    class 
    The ASTRuleList class represents a node in the abstract syntax tree (AST) for a list of rules within the context of Answer Set Programming (ASP).
    class 
    The ASTString class represents a node in the abstract syntax tree (AST) for string literals within the context of Answer Set Programming (ASP).
    class 
    The ASTTerm class represents a term node in the abstract syntax tree (AST) within the context of Answer Set Programming (ASP).
    class 
    The ASTTermList class represents a node in the abstract syntax tree (AST) for a list of terms within the context of Answer Set Programming (ASP).
    class 
    The ASTVar class represents a variable node in the abstract syntax tree (AST) within the context of Answer Set Programming (ASP).
    class 
    Represents a node in the abstract syntax tree (AST) for a weight in the ASP (Answer Set Programming) parser.
    Methods in org.tweetyproject.lp.asp.parser with parameters of type SimpleNode
    Modifier and Type
    Method
    Description
    ASPParserVisitor.visit(SimpleNode node, Object data)
    Constructor
    InstantiateVisitor.visit(SimpleNode node, Object data)