Uses of Class
org.tweetyproject.lp.asp.parser.SimpleNode
Packages that use SimpleNode
-
Uses of SimpleNode in org.tweetyproject.lp.asp.parser
Subclasses of SimpleNode in org.tweetyproject.lp.asp.parserModifier and TypeClassDescriptionclass/** Represents an aggregate node in the abstract syntax tree (AST) for ASP parsing.classASTAggrElement classclassASTAggrElementList classclassclass ASTAggrFuncclassASTAnswerSetclassASTAriTerm classclassASTArithop classclassASTBinop classclassASTBody classclassASTBodyList classclassASTBuiltInAtom classclassASTChoice classclassASTChoiceElement classclassASTChoiceElementList classclassTheASTClingoIDclass represents a node in the abstract syntax tree (AST) corresponding to a Clingo identifier in the parsing process.classTheASTClingoMetaclass represents a node in the abstract syntax tree (AST) for Clingo meta-statements in the parsing process.classTheASTDlvArithmeticIDclass represents a node in the abstract syntax tree (AST) for arithmetic identifiers in the DLV language, a variant of Answer Set Programming (ASP).classTheASTDlvIDclass 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).classTheASTHeadclass represents a node in the abstract syntax tree (AST) for the head of a rule in the context of Answer Set Programming (ASP).classTheASTHeadElementsListclass 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).classTheASTIDclass represents a node in the abstract syntax tree (AST) for identifiers within the context of Answer Set Programming (ASP).classTheASTLiteralclass represents a node in the abstract syntax tree (AST) for literals within the context of Answer Set Programming (ASP).classTheASTNAFLiteralclass represents a node in the abstract syntax tree (AST) for literals with negation as failure (NAF) within the context of Answer Set Programming (ASP).classTheASTNAFLiteralListclass 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).classTheASTNumberclass represents a node in the abstract syntax tree (AST) for numerical values within the context of Answer Set Programming (ASP).classTheASTOptclass represents a node in the abstract syntax tree (AST) for optimization statements within the context of Answer Set Programming (ASP).classTheASTOptElementclass represents a node in the abstract syntax tree (AST) for an optimization element within the context of Answer Set Programming (ASP).classRepresents a node in the abstract syntax tree (AST) for an optional element list in the ASP (Answer Set Programming) parser.classTheASTOptFuncclass represents a node in the abstract syntax tree (AST) for an optimization function within the context of Answer Set Programming (ASP).classTheASTProgramclass represents a node in the abstract syntax tree (AST) for a program in the context of Answer Set Programming (ASP).classTheASTQueryclass represents a node in the abstract syntax tree (AST) for a query in the context of Answer Set Programming (ASP).classTheASTRuleclass represents a node in the abstract syntax tree (AST) for a rule in the context of Answer Set Programming (ASP).classTheASTRuleListclass represents a node in the abstract syntax tree (AST) for a list of rules within the context of Answer Set Programming (ASP).classTheASTStringclass represents a node in the abstract syntax tree (AST) for string literals within the context of Answer Set Programming (ASP).classTheASTTermclass represents a term node in the abstract syntax tree (AST) within the context of Answer Set Programming (ASP).classTheASTTermListclass represents a node in the abstract syntax tree (AST) for a list of terms within the context of Answer Set Programming (ASP).classTheASTVarclass represents a variable node in the abstract syntax tree (AST) within the context of Answer Set Programming (ASP).classRepresents 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 SimpleNodeModifier and TypeMethodDescriptionASPParserVisitor.visit(SimpleNode node, Object data) ConstructorInstantiateVisitor.visit(SimpleNode node, Object data)