A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractSAXEventHandler - Class in org.xerial.util.xml.pullparser
SAXEventHandlerを実装するためのhelperクラス。デフォルトで何もしない動作を定義
AbstractSAXEventHandler() - Constructor for class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
AbstractTuple - Class in org.xerial.db
A base implementation of the Tuple interface
AbstractTuple(Relation) - Constructor for class org.xerial.db.AbstractTuple
 
accept(String) - Method in interface org.xerial.util.ResourceFilter
Test whether the input resource is acceptable or not.
acceptsURL(String) - Method in class org.sqlite.JDBC
 
accumulate(String, ResultSetHandler<T>) - Method in interface org.xerial.db.sql.DatabaseAccess
Accumulate the query result within the ResultSetHandler, then return the result from the handler
accumulate(String, ResultSetHandler<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
Accumulate the query result within the ResultSetHandler, then return the result from the handler
activate() - Method in class org.xerial.util.cui.OptionGroup
 
adaptor - Variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
adaptor - Variable in class org.xerial.json.JSONParser
 
adaptor - Variable in class org.xerial.raquel.RaquelParser
 
adaptor - Variable in class org.xerial.util.xml.dtd.DTDParser
 
adaptor - Variable in class org.xerial.wiki.WikiParser
 
add(DataType) - Method in class org.xerial.db.Relation
 
add(Connection) - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
add(JSONValue) - Method in class org.xerial.json.JSONArray
 
add(Object) - Method in class org.xerial.json.JSONArray
 
add(String) - Method in class org.xerial.json.JSONArray
 
add(String) - Method in class org.xerial.json.JSONWriter
 
add(int) - Method in class org.xerial.json.JSONWriter
 
add(long) - Method in class org.xerial.json.JSONWriter
 
add(double) - Method in class org.xerial.json.JSONWriter
 
add(float) - Method in class org.xerial.json.JSONWriter
 
add(boolean) - Method in class org.xerial.json.JSONWriter
 
add(Collection<E>, E[]) - Static method in class org.xerial.util.Algorithm
arrayのそれぞれの値を、逐次cに追加する。
add(List<E>, Collection<E>) - Static method in class org.xerial.util.Algorithm
inputのそれぞれの要素を、逐次containerに追加する
add(Object) - Method in class org.xerial.util.bean.impl.BeanStreamReader
 
add(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
add(char) - Method in class org.xerial.util.text.Stemmer
Add a character to the word being stemmed.
add(char[], int) - Method in class org.xerial.util.text.Stemmer
Adds wLen characters to the word being stemmed contained in a portion of a char[] array.
add(String) - Method in class org.xerial.util.text.Stemmer
an wrapper for the add(char[] w, int wlen) method.
add(int) - Method in class org.xerial.util.xml.index.ECN
 
add(String, String) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, int) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, double) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, long) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, float) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, boolean) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, Object) - Method in class org.xerial.util.xml.XMLAttribute
 
add(String, Object) - Method in class org.xerial.wiki.html.HTMLAttribute
 
add(WikiValue) - Method in class org.xerial.wiki.WikiArray
 
addAttribute(ClassAttribute) - Method in class org.xerial.raquel.expr.ClassDefinition
 
addAttribute(String, Object) - Method in class org.xerial.wiki.html.HTMLElement
 
addChild(XMLTreeNode) - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
addChild(String) - Method in class org.xerial.util.xml.index.InvertedPath
 
addChild(String) - Method in class org.xerial.util.xml.SinglePath
 
addClassDefinition(ClassDefinition) - Method in class org.xerial.raquel.expr.Query
 
addContent(Object) - Method in class org.xerial.wiki.html.HTMLElement
 
addContext(String, String) - Method in class org.xerial.tomcat.TomcatServer
 
addEdge(NodeType, NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
addEdge(NodeType, NodeType, EdgeType) - Method in class org.xerial.util.graph.AdjacencyList
 
addEdge(int, int, EdgeType) - Method in class org.xerial.util.graph.AdjacencyList
 
addEntry() - Method in class org.xerial.db.btree.BTree
 
addHandler(SAXEventHandler) - Method in class org.xerial.util.xml.pullparser.SAXParser
 
addList() - Method in class org.xerial.util.xml.xpath.XPathTree
 
addNode(String) - Method in class org.xerial.db.model.DataModel
 
addOption(OptionID, String, String, String) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOption(OptionID, String, String, String, boolean) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOption(OptionID, String, String, String, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOption(OptionID, String, String, String, boolean, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOption(OptionID, String, String, String) - Method in class org.xerial.util.cui.OptionParser
Adds an option to detect
addOption(OptionID, String, String, String, OptionHandler) - Method in class org.xerial.util.cui.OptionParser
Adds an option to detect
addOption(Option<OptionID>) - Method in class org.xerial.util.cui.OptionParser
Deprecated. use OptionParser.addOption(Comparable, String, String, String, OptionHandler) instead.
addOption(OptionID, String, String, String, boolean) - Method in class org.xerial.util.cui.OptionParser
Adds an option with the default argument (set or not set)
addOptionGroup(OptionGroup<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
 
addOptionGroup(OptionGroup<OptionID>) - Method in class org.xerial.util.cui.OptionParser
Adds an option group
addOptionHandler(OptionID, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
 
addOptionWithArgment(OptionID, String, String, String, String) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOptionWithArgment(OptionID, String, String, String, String, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOptionWithArgment(OptionID, String, String, String, String, String) - Method in class org.xerial.util.cui.OptionGroup
Adds an option to this option group
addOptionWithArgument(OptionID, String, String, String, String) - Method in class org.xerial.util.cui.OptionParser
Adds an option that takes an argument value
addOptionWithArgument(OptionID, String, String, String, String, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionParser
Adds an option that takes an argument value
addOptionWithArgument(OptionID, String, String, String, String, String) - Method in class org.xerial.util.cui.OptionParser
Adds an option that takes an argument value
addOptionWithArgument(OptionID, String, String, String, String, String, OptionHandler<OptionID>) - Method in class org.xerial.util.cui.OptionParser
Adds an option that takes an argument value
addParent(String) - Method in class org.xerial.util.xml.index.InvertedPath
 
addRelation(Relation) - Method in class org.xerial.db.model.DataModel
 
ADDRESS_PREFIX - Static variable in class org.xerial.db.sql.mysql.MySQLAccess
 
ADDRESS_PREFIX - Static variable in class org.xerial.db.sql.postgres.PostgresAccess
 
addRule(BeanBinder) - Method in interface org.xerial.util.bean.BeanBinderSet
 
addState(State) - Method in class org.xerial.util.graph.DFA
 
addTask(Runnable) - Method in class org.xerial.util.thread.ThreadManager
Add a task to the task queue(The added task will be assigned to the idle thread, then within the thread, Runnable.run() method will be invoked.
addTerminalState(State) - Method in class org.xerial.util.graph.DFA
 
addThread(E) - Method in class org.xerial.util.thread.ThreadGroup
 
addTransition(State, Alphabet, State) - Method in class org.xerial.util.graph.DFA
 
addValueList(Value) - Method in class org.xerial.db.ValueDomain
 
AdjacencyList<NodeType,EdgeType> - Class in org.xerial.util.graph
AdjacencyList is a directed graph in which node IDs and edge IDs are automatically assigned to for each node and edge.
AdjacencyList() - Constructor for class org.xerial.util.graph.AdjacencyList
 
Algorithm - Class in org.xerial.util
プログラミングに便利なAlgorithm群を定義
Alias - Annotation Type in org.xerial.util.bean
node name alias for setter/getter methods
allocateMemoryBlock() - Method in class org.xerial.mlpress.MemoryBlockManager
 
AmoebaQuery - Interface in org.xerial.amoeba
 
amoebaQuery() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
amoebaQuery(Class<T>, String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
AmoebaQueryException - Exception in org.xerial.amoeba.query
 
AmoebaQueryException() - Constructor for exception org.xerial.amoeba.query.AmoebaQueryException
 
AmoebaQueryException(String, Throwable) - Constructor for exception org.xerial.amoeba.query.AmoebaQueryException
 
AmoebaQueryException(String) - Constructor for exception org.xerial.amoeba.query.AmoebaQueryException
 
AmoebaQueryException(Throwable) - Constructor for exception org.xerial.amoeba.query.AmoebaQueryException
 
AmoebaQueryLexer - Class in org.xerial.amoeba.query
 
AmoebaQueryLexer() - Constructor for class org.xerial.amoeba.query.AmoebaQueryLexer
 
AmoebaQueryLexer(CharStream) - Constructor for class org.xerial.amoeba.query.AmoebaQueryLexer
 
AmoebaQueryParser - Class in org.xerial.amoeba.query
 
AmoebaQueryParser(TokenStream) - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser
 
AmoebaQueryParser.amoebaQuery_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.amoebaQuery_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.amoebaQuery_return
 
AmoebaQueryParser.andExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.andExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.andExpr_return
 
AmoebaQueryParser.attribute_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.attribute_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.attribute_return
 
AmoebaQueryParser.attributeDef_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.attributeDef_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.attributeDef_return
 
AmoebaQueryParser.attributeDefExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.attributeDefExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.attributeDefExpr_return
 
AmoebaQueryParser.attributeList_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.attributeList_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.attributeList_return
 
AmoebaQueryParser.attributeName_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.attributeName_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.attributeName_return
 
AmoebaQueryParser.comparisonOp_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.comparisonOp_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.comparisonOp_return
 
AmoebaQueryParser.conditionExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.conditionExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.conditionExpr_return
 
AmoebaQueryParser.decimalLiteral_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.decimalLiteral_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.decimalLiteral_return
 
AmoebaQueryParser.divideElem_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.divideElem_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.divideElem_return
 
AmoebaQueryParser.divideExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.divideExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.divideExpr_return
 
AmoebaQueryParser.elementValue_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.elementValue_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.elementValue_return
 
AmoebaQueryParser.expr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.expr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.expr_return
 
AmoebaQueryParser.exprSingle_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.exprSingle_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.exprSingle_return
 
AmoebaQueryParser.fromClause_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.fromClause_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.fromClause_return
 
AmoebaQueryParser.fromTarget_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.fromTarget_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.fromTarget_return
 
AmoebaQueryParser.function_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.function_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.function_return
 
AmoebaQueryParser.integerLiteral_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.integerLiteral_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.integerLiteral_return
 
AmoebaQueryParser.labelExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.labelExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.labelExpr_return
 
AmoebaQueryParser.lang_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.lang_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.lang_return
 
AmoebaQueryParser.literal_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.literal_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.literal_return
 
AmoebaQueryParser.newRelation_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.newRelation_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.newRelation_return
 
AmoebaQueryParser.numericLiteral_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.numericLiteral_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.numericLiteral_return
 
AmoebaQueryParser.object_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.object_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.object_return
 
AmoebaQueryParser.objectDefExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.objectDefExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.objectDefExpr_return
 
AmoebaQueryParser.objectList_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.objectList_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.objectList_return
 
AmoebaQueryParser.orderByClause_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.orderByClause_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.orderByClause_return
 
AmoebaQueryParser.orExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.orExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.orExpr_return
 
AmoebaQueryParser.qnameList_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.qnameList_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.qnameList_return
 
AmoebaQueryParser.rangeType_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.rangeType_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.rangeType_return
 
AmoebaQueryParser.relationshipExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.relationshipExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.relationshipExpr_return
 
AmoebaQueryParser.selectExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.selectExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.selectExpr_return
 
AmoebaQueryParser.selectTarget_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.selectTarget_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.selectTarget_return
 
AmoebaQueryParser.subQuery_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.subQuery_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.subQuery_return
 
AmoebaQueryParser.targetRelation_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.targetRelation_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.targetRelation_return
 
AmoebaQueryParser.tupleElement_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.tupleElement_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.tupleElement_return
 
AmoebaQueryParser.updateExpr_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.updateExpr_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.updateExpr_return
 
AmoebaQueryParser.value_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.value_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.value_return
 
AmoebaQueryParser.whereClause_return - Class in org.xerial.amoeba.query
 
AmoebaQueryParser.whereClause_return() - Constructor for class org.xerial.amoeba.query.AmoebaQueryParser.whereClause_return
 
AmoebaQueryProcessor - Class in org.xerial.amoeba.query
Given an amoeba query expression, e.g., "select species, target, track from graph" (species, target, track) human, hg17, overview track human, hg17, ruler track human, hg17, base color track human, hg18, overview track human, hg18, ruler track ...
AmoebaQueryProcessor() - Constructor for class org.xerial.amoeba.query.AmoebaQueryProcessor
 
AmoebaQueryResultSetHandler - Interface in org.xerial.amoeba
 
AmoebaQueryToken - Class in org.xerial.amoeba.query
 
AmoebaQueryToken() - Constructor for class org.xerial.amoeba.query.AmoebaQueryToken
 
AmoebaQueryTreeParser - Class in org.xerial.amoeba.query
 
AmoebaQueryTreeParser(TreeNodeStream) - Constructor for class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
AmoebaTuple - Interface in org.xerial.amoeba
 
AND - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
AND - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
AND - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
AND - Static variable in class org.xerial.raquel.RaquelLexer
 
AND - Static variable in class org.xerial.raquel.RaquelParser
 
And - Static variable in class org.xerial.wiki.WikiWalker
 
andExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
andExpr() - Method in class org.xerial.raquel.RaquelParser
 
ANTLRMojo - Class in org.xerial.maven.plugin.antlr
 
ANTLRMojo() - Constructor for class org.xerial.maven.plugin.antlr.ANTLRMojo
 
ANTLRUtil - Class in org.xerial.amoeba.query
Utiltiles to manipulate ANTLR parse trees
ANTLRUtil() - Constructor for class org.xerial.amoeba.query.ANTLRUtil
Non constractable
ANTLRWalker - Class in org.xerial.util.bean
A walker implementation for ANTLR parse trees
ANTLRWalker(String[], TreeVisitor, Tree) - Constructor for class org.xerial.util.bean.ANTLRWalker
 
Apos - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Apos - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Apos - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Apos - Static variable in class org.xerial.raquel.RaquelLexer
 
Apos - Static variable in class org.xerial.raquel.RaquelParser
 
Apos - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Apos - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
append(Tuple) - Method in class org.xerial.db.heap.HeapPage
Appends the tuple to this heap page
append(AmoebaTuple) - Method in interface org.xerial.db.storage.XerialStorageContext
Appends the data without specifying a particular context, i.e., the data will be inserted into the global context
append(AmoebaQuery, AmoebaTuple) - Method in interface org.xerial.db.storage.XerialStorageContext
Appends the data into the given context
append(String) - Method in class org.xerial.json.JSONWriter
 
apply(K, V) - Method in interface org.xerial.util.BinaryFunctor
 
apply(In) - Method in interface org.xerial.util.Functor
 
apply(Input) - Method in interface org.xerial.util.Predicate
 
apply(Properties) - Method in class org.xerial.util.template.Template
 
ArchiveFileOutput - Class in org.xerial.mlpress
 
ArchiveFileOutput(String) - Constructor for class org.xerial.mlpress.ArchiveFileOutput
 
argExpr() - Method in class org.xerial.wiki.WikiWalker
 
args() - Method in class org.sqlite.Function
Returns the number of arguments passed to the function.
ARRAY - Static variable in class org.xerial.json.JSONLexer
 
ARRAY - Static variable in class org.xerial.json.JSONParser
 
array() - Method in class org.xerial.json.JSONParser
 
ARRAY - Static variable in class org.xerial.json.JSONWalker
 
array() - Method in class org.xerial.json.JSONWalker
 
ARRAY - Static variable in class org.xerial.raquel.RaquelLexer
 
ARRAY - Static variable in class org.xerial.raquel.RaquelParser
 
Array - Static variable in class org.xerial.wiki.WikiLexer
 
Array - Static variable in class org.xerial.wiki.WikiParser
 
Array - Static variable in class org.xerial.wiki.WikiWalker
 
arrayElement() - Method in class org.xerial.json.JSONWalker
 
arrayExpr() - Method in class org.xerial.wiki.WikiParser
 
ArrayLayer_stack - Variable in class org.xerial.json.JSONWalker
 
ArraySetter - Class in org.xerial.util.bean.impl
 
ArraySetter(Method, String, Class) - Constructor for class org.xerial.util.bean.impl.ArraySetter
 
assign(Object...) - Method in class org.xerial.db.sql.SQLExpression
assign values given as arguments to variables $1, $2, ...
ASSIGN_LABEL - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ASSIGN_LABEL - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
ASSIGN_LABEL - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
AssignTo - Static variable in class org.xerial.wiki.WikiLexer
 
AssignTo - Static variable in class org.xerial.wiki.WikiParser
 
AssignTo - Static variable in class org.xerial.wiki.WikiWalker
 
At - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
At - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
At - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
At - Static variable in class org.xerial.raquel.RaquelLexer
 
At - Static variable in class org.xerial.raquel.RaquelParser
 
At - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
At - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
At - Static variable in class org.xerial.wiki.WikiLexer
 
At - Static variable in class org.xerial.wiki.WikiParser
 
At - Static variable in class org.xerial.wiki.WikiWalker
 
attachSQLiteDatabase(String) - Method in class org.xerial.db.model.DataModel
 
attDef() - Method in class org.xerial.util.xml.dtd.DTDParser
 
attlistDecl() - Method in class org.xerial.util.xml.dtd.DTDParser
 
ATTRIBUTE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ATTRIBUTE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
attribute() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
ATTRIBUTE - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
ATTRIBUTE_DEF - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ATTRIBUTE_DEF - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
attributeDecl(String, String, String, String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
attributeDef() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
attributeDefExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
AttributeLabel - Class in org.xerial.amoeba.algebra
label of the table attributes
AttributeLabel(String) - Constructor for class org.xerial.amoeba.algebra.AttributeLabel
 
AttributeLabel(String, String) - Constructor for class org.xerial.amoeba.algebra.AttributeLabel
 
attributeList() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
attributeName() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
attributeName() - Method in class org.xerial.raquel.RaquelParser
 
attType() - Method in class org.xerial.util.xml.dtd.DTDParser
 
AttValue - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
AttValue - Static variable in class org.xerial.util.xml.dtd.DTDParser
 

B

backEdge(Edge) - Method in class org.xerial.util.graph.DFSVisitor
 
BeanBinder - Interface in org.xerial.util.bean
 
BeanBinderSet - Interface in org.xerial.util.bean
 
BeanBindingProcess - Class in org.xerial.util.bean.impl
Tree-structured data to object binding process implementation
BeanBindingProcess(Class) - Constructor for class org.xerial.util.bean.impl.BeanBindingProcess
 
BeanBindingProcess(Object) - Constructor for class org.xerial.util.bean.impl.BeanBindingProcess
 
BeanBindingProcess(Object, BindRuleGenerator) - Constructor for class org.xerial.util.bean.impl.BeanBindingProcess
 
BeanErrorCode - Enum in org.xerial.util.bean
 
BeanException - Exception in org.xerial.util.bean
 
BeanException(BeanErrorCode, String, Throwable) - Constructor for exception org.xerial.util.bean.BeanException
 
BeanException(BeanErrorCode, String) - Constructor for exception org.xerial.util.bean.BeanException
 
BeanException(BeanErrorCode, Throwable) - Constructor for exception org.xerial.util.bean.BeanException
 
BeanException(BeanErrorCode, Object...) - Constructor for exception org.xerial.util.bean.BeanException
 
BeanHandler<T> - Interface in org.xerial.util.bean
An interface to handle a Bean object
BeanReader<Bean> - Class in org.xerial.db.sql
 
BeanReader(Class<Bean>) - Constructor for class org.xerial.db.sql.BeanReader
 
BeanResultHandler<T> - Class in org.xerial.db.sql
 
BeanResultHandler(Class<T>) - Constructor for class org.xerial.db.sql.BeanResultHandler
 
BeanStreamReader<BeanType> - Class in org.xerial.util.bean.impl
 
BeanStreamReader(BeanHandler<BeanType>) - Constructor for class org.xerial.util.bean.impl.BeanStreamReader
 
BeanUpdator - Interface in org.xerial.util.bean
 
BeanUpdatorType - Enum in org.xerial.util.bean
 
BeanUtil - Class in org.xerial.util.bean
BeanUtil class supports data binding between JSON data and a bean class.
BeanUtilImpl - Class in org.xerial.util.bean.impl
Implementations of BeanUtil
BeanUtilImpl() - Constructor for class org.xerial.util.bean.impl.BeanUtilImpl
 
beginDigraph(String) - Method in class org.xerial.util.graph.GraphvizHelper
digraphを開始する。edgeなどの出力が終了したら、最後にendDigraphを呼ばなくてはならない
Bench - Class in org.xerial.benchmark
 
Bench(double) - Constructor for class org.xerial.benchmark.Bench
 
BenchmarkTableGenerator - Class in org.xerial.benchmark
Generates Benchmark Tables
BenchmarkTableGenerator(String[]) - Constructor for class org.xerial.benchmark.BenchmarkTableGenerator
 
BenchmarkTableGenerator.Hierarchical - Class in org.xerial.benchmark
 
BenchmarkTableGenerator.Hierarchical(int, XMLGenerator) - Constructor for class org.xerial.benchmark.BenchmarkTableGenerator.Hierarchical
 
BenchmarkTableGenerator.RandomGen - Class in org.xerial.benchmark
 
BenchmarkTableGenerator.RandomGen(int, XMLGenerator) - Constructor for class org.xerial.benchmark.BenchmarkTableGenerator.RandomGen
 
BenchmarkTableGenerator.Simple - Class in org.xerial.benchmark
 
BenchmarkTableGenerator.Simple(int, XMLGenerator) - Constructor for class org.xerial.benchmark.BenchmarkTableGenerator.Simple
 
BinaryFunctor<K,V> - Interface in org.xerial.util
 
BinaryTree<Entry> - Class in org.xerial.util.tree
 
BinaryTree() - Constructor for class org.xerial.util.tree.BinaryTree
 
BindRuleGenerator - Interface in org.xerial.util.bean.impl
Bind Rule Generator interface
BindRuleGeneratorForBeanStream<E> - Class in org.xerial.util.bean.impl
 
BindRuleGeneratorForBeanStream(Class<E>) - Constructor for class org.xerial.util.bean.impl.BindRuleGeneratorForBeanStream
 
BlankLine - Static variable in class org.xerial.wiki.WikiLexer
 
BlankLine - Static variable in class org.xerial.wiki.WikiParser
 
blockWiki() - Method in class org.xerial.wiki.WikiParser
 
BookSeller - Class in org.xerial.benchmark
 
BookSeller(double) - Constructor for class org.xerial.benchmark.BookSeller
 
BOOLEAN_SIZE - Static variable in class org.xerial.db.datatype.TypeInformation
 
BooleanType - Class in org.xerial.db.datatype
 
BooleanType(String) - Constructor for class org.xerial.db.datatype.BooleanType
 
boolToInt(boolean) - Static method in class org.xerial.util.Algorithm
boolean値を数値に変換
BTree - Class in org.xerial.db.btree
 
BTree() - Constructor for class org.xerial.db.btree.BTree
 
BTreeData - Static variable in class org.xerial.db.PageType
 
BTreeInternalNode - Static variable in class org.xerial.db.PageType
 
BTreeLeaf - Static variable in class org.xerial.db.PageType
 
BTreePage - Class in org.xerial.db.btree
 
BTreePage(Buffer) - Constructor for class org.xerial.db.btree.BTreePage
 
BTreePageHeader - Class in org.xerial.db.btree
Header of the page
BTreePageHeader() - Constructor for class org.xerial.db.btree.BTreePageHeader
 
BTreeRoot - Static variable in class org.xerial.db.PageType
 
Buffer - Class in org.xerial.db.cache
Buffer to read/write raw memory data
Buffer(int) - Constructor for class org.xerial.db.cache.Buffer
 
Buffer(byte[]) - Constructor for class org.xerial.db.cache.Buffer
 
BufferReader - Class in org.xerial.db.cache
BufferReader is a helper class to support sequential read from a buffer
BufferReader(Buffer) - Constructor for class org.xerial.db.cache.BufferReader
 
BufferReader(Buffer, int) - Constructor for class org.xerial.db.cache.BufferReader
 
BufferWriter - Class in org.xerial.db.cache
BufferWriter is a helper class to support sequential write to the buffer
BufferWriter(Buffer) - Constructor for class org.xerial.db.cache.BufferWriter
Creates the BufferWriter
BufferWriter(Buffer, int) - Constructor for class org.xerial.db.cache.BufferWriter
Creates the BufferWriter
BYTE_SIZE - Static variable in class org.xerial.db.datatype.TypeInformation
 
byteSize(byte[], int) - Static method in class org.xerial.db.VariableLengthInteger
 
byteSize(int) - Static method in class org.xerial.db.VariableLengthInteger
Gets the byte size of the value as an variable length integer

C

canInstantiate(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
CHAR_SIZE - Static variable in class org.xerial.db.datatype.TypeInformation
 
CharRef - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
CharRef - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
children() - Method in class org.xerial.util.xml.dtd.DTDParser
 
choice() - Method in class org.xerial.util.xml.dtd.DTDParser
 
Class - Static variable in class org.xerial.raquel.RaquelLexer
 
Class - Static variable in class org.xerial.raquel.RaquelParser
 
ClassAttribute - Class in org.xerial.raquel.expr
Raquel class attribute definition
ClassAttribute() - Constructor for class org.xerial.raquel.expr.ClassAttribute
 
ClassAttribute - Static variable in class org.xerial.raquel.RaquelLexer
 
ClassAttribute - Static variable in class org.xerial.raquel.RaquelParser
 
classAttribute() - Method in class org.xerial.raquel.RaquelParser
 
classAttributeList() - Method in class org.xerial.raquel.RaquelParser
 
ClassDefinition - Class in org.xerial.raquel.expr
Raquel class definition
ClassDefinition() - Constructor for class org.xerial.raquel.expr.ClassDefinition
 
ClassDefinition - Static variable in class org.xerial.raquel.RaquelLexer
 
ClassDefinition - Static variable in class org.xerial.raquel.RaquelParser
 
classExpr() - Method in class org.xerial.raquel.RaquelParser
 
clear() - Method in class org.xerial.util.graph.AdjacencyList
 
clone() - Method in class org.sqlite.Function.Aggregate
 
clone() - Method in class org.xerial.util.xml.index.InvertedPath
 
clone() - Method in class org.xerial.util.xml.SinglePath
 
close() - Method in interface org.xerial.db.storage.DBFile
Closes the file.
close() - Method in class org.xerial.db.storage.DiskFile
 
close() - Method in class org.xerial.db.storage.MemoryFile
 
close() - Method in class org.xerial.util.io.NullOutputStream
 
closeAll() - Method in interface org.xerial.db.sql.ConnectionPool
 
closeAll() - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
closeAll() - Method in class org.xerial.db.sql.NaiveConnectionPool
 
closeTag() - Method in class org.xerial.mlpress.TagStructureEncoder
 
closeTag() - Method in class org.xerial.util.xml.index.DataGuide
 
CloseTagBegin - Static variable in class org.xerial.wiki.WikiLexer
 
CloseTagBegin - Static variable in class org.xerial.wiki.WikiParser
 
collect(Iterable<In>, Functor<In>) - Static method in class org.xerial.util.CollectionUtil
 
collect(In[], Functor<In>) - Static method in class org.xerial.util.CollectionUtil
 
collect(Map<K, V>, BinaryFunctor<K, V>) - Static method in class org.xerial.util.CollectionUtil
 
collectFromNonGenericCollection(Iterable, Functor<In>) - Static method in class org.xerial.util.CollectionUtil
 
CollectionAdder - Class in org.xerial.util.bean.impl
 
CollectionAdder(Method, String, Class) - Constructor for class org.xerial.util.bean.impl.CollectionAdder
 
CollectionSetter - Class in org.xerial.util.bean.impl
 
CollectionSetter(Method, String, Class, Class) - Constructor for class org.xerial.util.bean.impl.CollectionSetter
 
CollectionUtil - Class in org.xerial.util
 
collectOptionDescriptions(OptionDescriptionContainer) - Method in class org.xerial.util.cui.Option
 
collectOptionDescriptions(OptionDescriptionContainer) - Method in class org.xerial.util.cui.OptionGroup
 
collectOptionID(List<OptionID>) - Method in class org.xerial.util.cui.Option
 
collectOptionID(List<OptionID>) - Method in class org.xerial.util.cui.OptionGroup
 
Colon - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Colon - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Colon - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Colon - Static variable in class org.xerial.json.JSONLexer
 
Colon - Static variable in class org.xerial.json.JSONParser
 
Colon - Static variable in class org.xerial.json.JSONWalker
 
Colon - Static variable in class org.xerial.raquel.RaquelLexer
 
Colon - Static variable in class org.xerial.raquel.RaquelParser
 
Colon - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Colon - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Colon - Static variable in class org.xerial.wiki.WikiLexer
 
Colon - Static variable in class org.xerial.wiki.WikiParser
 
Colon - Static variable in class org.xerial.wiki.WikiWalker
 
ColumnReader<T> - Class in org.xerial.db.sql
convert a column in a ResultSet into the specified value
ColumnReader(String) - Constructor for class org.xerial.db.sql.ColumnReader
 
Comma - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Comma - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Comma - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Comma - Static variable in class org.xerial.json.JSONLexer
 
Comma - Static variable in class org.xerial.json.JSONParser
 
Comma - Static variable in class org.xerial.json.JSONWalker
 
Comma - Static variable in class org.xerial.raquel.RaquelLexer
 
Comma - Static variable in class org.xerial.raquel.RaquelParser
 
Comma - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Comma - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Comma - Static variable in class org.xerial.wiki.WikiLexer
 
Comma - Static variable in class org.xerial.wiki.WikiParser
 
Comma - Static variable in class org.xerial.wiki.WikiWalker
 
commaSeparatedList(Collection, SQLUtil.QuotationType) - Static method in class org.xerial.db.sql.SQLUtil
Generates the comma-separated string of the given data
commaSeparatedList(E[], SQLUtil.QuotationType) - Static method in class org.xerial.db.sql.SQLUtil
Generates the comma-separated string of the given data
CommonPageHeader - Class in org.xerial.db
Header of the disk page
CommonPageHeader() - Constructor for class org.xerial.db.CommonPageHeader
 
COMPARE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
COMPARE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
COMPARE - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
compare(Tuple, Tuple) - Method in interface org.xerial.db.TupleComparator
 
compareTo(DataType) - Method in class org.xerial.db.datatype.DataTypeBase
 
compareTo(EdgeData) - Method in class org.xerial.db.model.EdgeData
 
compareTo(NodeData) - Method in class org.xerial.db.model.NodeData
 
compareTo(Edge) - Method in class org.xerial.util.graph.Edge
 
compareTo(ECN) - Method in class org.xerial.util.xml.index.ECN
ECNの値を比較
compareTo(InvertedPath) - Method in class org.xerial.util.xml.index.InvertedPath
 
compareTo(SinglePath) - Method in class org.xerial.util.xml.SinglePath
 
comparisonOp() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
comparisonOp() - Method in class org.xerial.raquel.RaquelParser
 
Compressor - Class in org.xerial.mlpress
 
Compressor() - Constructor for class org.xerial.mlpress.Compressor
 
concatinateMessage(Object...) - Static method in exception org.xerial.core.XerialException
 
concatinateWithTab(Object...) - Static method in class org.xerial.util.StringUtil
 
CONDITION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
CONDITION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
CONDITION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
conditionExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
conditionExpr() - Method in class org.xerial.raquel.RaquelParser
 
configure(String) - Static method in class org.xerial.util.log.Logger
 
configure(Reader) - Static method in class org.xerial.util.log.Logger
 
connect(String, Properties) - Method in class org.sqlite.JDBC
 
ConnectionPool - Interface in org.xerial.db.sql
 
ConnectionPoolImpl - Class in org.xerial.db.sql
ConnectionPoolImpl class holds established JDBC connections.
ConnectionPoolImpl(String, String) - Constructor for class org.xerial.db.sql.ConnectionPoolImpl
Create an connection pool, in which only a single connection is pooled This constructer is suited for memory database usage, which demands the same connection must always be returned to the user
ConnectionPoolImpl(String, String, int) - Constructor for class org.xerial.db.sql.ConnectionPoolImpl
 
ConnectionPoolImpl(String, String, String, String) - Constructor for class org.xerial.db.sql.ConnectionPoolImpl
 
ConnectionPoolImpl(String, String, String, String, int) - Constructor for class org.xerial.db.sql.ConnectionPoolImpl
 
connectNodes(String, String, Relationship) - Method in class org.xerial.db.model.DataModel
 
CONTAINED_IN - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
CONTAINED_IN - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
CONTAINED_IN - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
contains(String) - Method in class org.xerial.db.model.DataModel
 
containsKey(String) - Method in class org.xerial.wiki.WikiHash
 
contentSpec() - Method in class org.xerial.util.xml.dtd.DTDParser
 
continueListening() - Method in class org.xerial.db.sql.sqlite.SQLiteServer
 
convertToBasicType(Class, Object) - Static method in class org.xerial.util.bean.impl.BeanBindingProcess
 
convertType(Class, Object) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
cp() - Method in class org.xerial.util.xml.dtd.DTDParser
 
create(Connection, String, Function) - Static method in class org.sqlite.Function
Registers the given function with the Connection using the provided name.
createBeanFromJSON(Class, Reader) - Static method in class org.xerial.util.bean.BeanUtil
 
createBeanFromJSON(Class, String) - Static method in class org.xerial.util.bean.BeanUtil
 
createBeanFromJSON(Class<E>, Reader) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
createBeanFromMap(Class<E>, Map) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
createBeanFromParseTree(Class<E>, Tree, String[]) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
createBeanFromXML(Class<E>, Reader) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
createBeanFromXML(Class<E>, Element) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
createInstance(Class) - Static method in class org.xerial.util.bean.BeanUtil
 
createInstance(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
createNewDOMDocument() - Method in class org.xerial.util.xml.pullparser.DOMBuilder
 
createParser(InputStream) - Static method in class org.xerial.util.xml.dtd.DTDParserUtil
 
createQName(String, String) - Method in class org.xerial.util.xml.pullparser.DOMBuilder
 
createRelation(String) - Static method in class org.xerial.db.sql.RelationBuilder
 
createRelation(Class) - Static method in class org.xerial.db.sql.RelationBuilder
 
createStatement(Connection) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
createTable(String, Relation) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
createTupleFromBuffer(BufferReader) - Method in interface org.xerial.db.TupleFactory
 
createValueTupleFromBean(String, Object) - Method in class org.xerial.db.sql.DatabaseAccessBase
Align the content of a bean object so that it matches with the corresponding relation (table schema) For example, give a bean class, e.g.
createValueTupleFromBean(String, Object) - Method in class org.xerial.db.sql.sqlite.SQLiteCatalog
Align the content of a bean object so that it matches with the corresponding relation (table schema) For example, give a bean class, e.g.
createXMLBean(Class<E>, Reader) - Static method in class org.xerial.util.bean.BeanUtil
 
createXMLBean(Class, String) - Static method in class org.xerial.util.bean.BeanUtil
 

D

DatabaseAccess - Interface in org.xerial.db.sql
An interface to access relational databases
DatabaseAccessBase - Class in org.xerial.db.sql
A base implementation of the DatabaseAccess interface.
DatabaseAccessBase(ConnectionPool) - Constructor for class org.xerial.db.sql.DatabaseAccessBase
 
DatabaseContext - Interface in org.xerial.db.storage
 
DatabaseInformation - Static variable in class org.xerial.db.PageType
 
DatabaseLayer - Interface in org.xerial.db.layer
 
DatabaseLocation - Class in org.xerial.db.storage
 
DatabaseLocation() - Constructor for class org.xerial.db.storage.DatabaseLocation
 
DatabaseMap - Class in org.xerial.db.model
 
DatabaseMap() - Constructor for class org.xerial.db.model.DatabaseMap
 
DataContainer - Interface in org.xerial.mlpress
 
DataGuide - Class in org.xerial.util.xml.index
DataGuideを作成する
DataGuide() - Constructor for class org.xerial.util.xml.index.DataGuide
 
DataModel - Class in org.xerial.db.model
A DataModel manages the graph structure of an ER-diagram.
DataModel() - Constructor for class org.xerial.db.model.DataModel
 
DataModelInfo - Class in org.xerial.db.model
 
DataModelInfo(String, String) - Constructor for class org.xerial.db.model.DataModelInfo
 
DataType - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
DataType - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
DataType - Interface in org.xerial.db.datatype
DataType interface is used to represtent various data types, e.g., integer, DataTime, Color, etc.
DataTypeBase - Class in org.xerial.db.datatype
 
DataTypeBase(String) - Constructor for class org.xerial.db.datatype.DataTypeBase
 
DataTypeBase(String, boolean) - Constructor for class org.xerial.db.datatype.DataTypeBase
 
DataTypeBase(String, boolean, boolean) - Constructor for class org.xerial.db.datatype.DataTypeBase
 
DBErrorCode - Enum in org.xerial.db
Error codes used to report DBException type
DBException - Exception in org.xerial.db
An exception base class related to the database package
DBException(DBErrorCode) - Constructor for exception org.xerial.db.DBException
 
DBException(DBErrorCode, String) - Constructor for exception org.xerial.db.DBException
 
DBException(DBErrorCode, Throwable) - Constructor for exception org.xerial.db.DBException
 
DBException(DBErrorCode, String, Throwable) - Constructor for exception org.xerial.db.DBException
 
DBFile - Interface in org.xerial.db.storage
An interface to access disk files, or main memory buffers.
debug(Object) - Method in class org.xerial.util.log.Logger
 
decimalLiteral() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
decimalLiteral() - Method in class org.xerial.raquel.RaquelParser
 
decimalLiteral() - Method in class org.xerial.util.xml.dtd.DTDParser
 
DefaultDecl - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
DefaultDecl - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
defineEntityReplacementText(String, String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
delete(String) - Method in interface org.xerial.db.storage.XerialFS
 
deleteByKeyValue(Object, String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
depthFirstSearch(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
destinationOf(String) - Method in class org.xerial.db.model.DataModel
 
destNodeIDSet(Integer) - Method in class org.xerial.util.graph.AdjacencyList
 
destNodeIDSetOf(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
destroy(Connection, String) - Static method in class org.sqlite.Function
Removes the named function form the Connection.
DFA<State,Alphabet> - Class in org.xerial.util.graph
Deterministic finite automaton
DFA(State) - Constructor for class org.xerial.util.graph.DFA
 
dfa1 - Variable in class org.xerial.wiki.WikiParser
 
dfa12 - Variable in class org.xerial.json.JSONLexer
 
dfa16 - Variable in class org.xerial.wiki.WikiParser
 
dfa17 - Variable in class org.xerial.util.xml.dtd.DTDLexer
 
dfa19 - Variable in class org.xerial.raquel.RaquelLexer
 
dfa24 - Variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
dfa38 - Variable in class org.xerial.wiki.WikiLexer
 
DFSVisitor<NodeType,EdgeType> - Class in org.xerial.util.graph
Depth first visitor
DFSVisitor(AdjacencyList<NodeType, EdgeType>) - Constructor for class org.xerial.util.graph.DFSVisitor
 
Digit - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Digit - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Digit - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Digit - Static variable in class org.xerial.json.JSONLexer
 
Digit - Static variable in class org.xerial.json.JSONParser
 
Digit - Static variable in class org.xerial.json.JSONWalker
 
Digit - Static variable in class org.xerial.raquel.RaquelLexer
 
Digit - Static variable in class org.xerial.raquel.RaquelParser
 
Digit - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Digit - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Digit - Static variable in class org.xerial.wiki.WikiLexer
 
Digit - Static variable in class org.xerial.wiki.WikiParser
 
Digit - Static variable in class org.xerial.wiki.WikiWalker
 
Digits - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Digits - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Digits - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Digits - Static variable in class org.xerial.raquel.RaquelLexer
 
Digits - Static variable in class org.xerial.raquel.RaquelParser
 
Digits - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Digits - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
discoverNode(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
DiskFile - Class in org.xerial.db.storage
The DiskFile wraps read/write accesses to files
DiskFile(String) - Constructor for class org.xerial.db.storage.DiskFile
 
DiskFile(String, String) - Constructor for class org.xerial.db.storage.DiskFile
 
displayMap(Map<K, V>, String, String) - Static method in class org.xerial.util.CollectionUtil
 
dispose() - Method in interface org.xerial.db.sql.DatabaseAccess
Close all connections managed by this database access
dispose() - Method in class org.xerial.db.sql.DatabaseAccessBase
 
dispose() - Method in class org.xerial.db.sql.sqlite.SQLiteServer
 
DISTINCT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
DISTINCT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
DIVIDE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
DIVIDE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
divideElem() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
divideExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
DOMBuilder - Class in org.xerial.util.xml.pullparser
XML形式入力からDOMのElementを生成するためのクラス PROCESSING_INSTRUCTION, COMMENTは無視される
DOMBuilder() - Constructor for class org.xerial.util.xml.pullparser.DOMBuilder
 
DOMUtil - Class in org.xerial.util.xml.dom
DOMを操作する際に役立つユーティリティ
Dot - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Dot - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Dot - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Dot - Static variable in class org.xerial.json.JSONLexer
 
Dot - Static variable in class org.xerial.json.JSONParser
 
Dot - Static variable in class org.xerial.json.JSONWalker
 
Dot - Static variable in class org.xerial.raquel.RaquelLexer
 
Dot - Static variable in class org.xerial.raquel.RaquelParser
 
Dot - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Dot - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Dot - Static variable in class org.xerial.wiki.WikiLexer
 
Dot - Static variable in class org.xerial.wiki.WikiParser
 
Dot - Static variable in class org.xerial.wiki.WikiWalker
 
DOUBLE - Static variable in class org.xerial.json.JSONLexer
 
Double - Static variable in class org.xerial.json.JSONLexer
 
DOUBLE - Static variable in class org.xerial.json.JSONParser
 
Double - Static variable in class org.xerial.json.JSONParser
 
Double - Static variable in class org.xerial.json.JSONWalker
 
DOUBLE - Static variable in class org.xerial.json.JSONWalker
 
DOUBLE_QUOTE - Static variable in class org.xerial.util.StringUtil
 
doubleQuote(String) - Static method in class org.xerial.db.sql.SQLUtil
Adds a double quotation to the input value
DoubleType - Class in org.xerial.db.datatype
 
DoubleType(String) - Constructor for class org.xerial.db.datatype.DoubleType
 
DRIVER_NAME - Static variable in class org.xerial.db.sql.mysql.MySQLAccess
 
DRIVER_NAME - Static variable in class org.xerial.db.sql.postgres.PostgresAccess
 
driverName - Static variable in class org.xerial.db.sql.sqlite.SQLite
 
dropTable(String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
dtd() - Method in class org.xerial.util.xml.dtd.DTDParser
 
DTDLexer - Class in org.xerial.util.xml.dtd
 
DTDLexer() - Constructor for class org.xerial.util.xml.dtd.DTDLexer
 
DTDLexer(CharStream) - Constructor for class org.xerial.util.xml.dtd.DTDLexer
 
DTDParser - Class in org.xerial.util.xml.dtd
 
DTDParser(TokenStream) - Constructor for class org.xerial.util.xml.dtd.DTDParser
 
DTDParser.attDef_return - Class in org.xerial.util.xml.dtd
 
DTDParser.attDef_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.attDef_return
 
DTDParser.attlistDecl_return - Class in org.xerial.util.xml.dtd
 
DTDParser.attlistDecl_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.attlistDecl_return
 
DTDParser.attType_return - Class in org.xerial.util.xml.dtd
 
DTDParser.attType_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.attType_return
 
DTDParser.children_return - Class in org.xerial.util.xml.dtd
 
DTDParser.children_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.children_return
 
DTDParser.choice_return - Class in org.xerial.util.xml.dtd
 
DTDParser.choice_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.choice_return
 
DTDParser.contentSpec_return - Class in org.xerial.util.xml.dtd
 
DTDParser.contentSpec_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.contentSpec_return
 
DTDParser.cp_return - Class in org.xerial.util.xml.dtd
 
DTDParser.cp_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.cp_return
 
DTDParser.decimalLiteral_return - Class in org.xerial.util.xml.dtd
 
DTDParser.decimalLiteral_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.decimalLiteral_return
 
DTDParser.dtd_return - Class in org.xerial.util.xml.dtd
 
DTDParser.dtd_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.dtd_return
 
DTDParser.elementDecl_return - Class in org.xerial.util.xml.dtd
 
DTDParser.elementDecl_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.elementDecl_return
 
DTDParser.enumeratedType_return - Class in org.xerial.util.xml.dtd
 
DTDParser.enumeratedType_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.enumeratedType_return
 
DTDParser.enumeration_return - Class in org.xerial.util.xml.dtd
 
DTDParser.enumeration_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.enumeration_return
 
DTDParser.integerLiteral_return - Class in org.xerial.util.xml.dtd
 
DTDParser.integerLiteral_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.integerLiteral_return
 
DTDParser.literal_return - Class in org.xerial.util.xml.dtd
 
DTDParser.literal_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.literal_return
 
DTDParser.markupdecl_return - Class in org.xerial.util.xml.dtd
 
DTDParser.markupdecl_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.markupdecl_return
 
DTDParser.mixed_return - Class in org.xerial.util.xml.dtd
 
DTDParser.mixed_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.mixed_return
 
DTDParser.notationType_return - Class in org.xerial.util.xml.dtd
 
DTDParser.notationType_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.notationType_return
 
DTDParser.numericLiteral_return - Class in org.xerial.util.xml.dtd
 
DTDParser.numericLiteral_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.numericLiteral_return
 
DTDParser.seq_return - Class in org.xerial.util.xml.dtd
 
DTDParser.seq_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.seq_return
 
DTDParser.stringType_return - Class in org.xerial.util.xml.dtd
 
DTDParser.stringType_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.stringType_return
 
DTDParser.tokenizedType_return - Class in org.xerial.util.xml.dtd
 
DTDParser.tokenizedType_return() - Constructor for class org.xerial.util.xml.dtd.DTDParser.tokenizedType_return
 
DTDParserUtil - Class in org.xerial.util.xml.dtd
 
DTDParserUtil() - Constructor for class org.xerial.util.xml.dtd.DTDParserUtil
 
DTDToFDHandler - Class in org.xerial.amoeba
 
DTDToFDHandler() - Constructor for class org.xerial.amoeba.DTDToFDHandler
 

E

ECN - Class in org.xerial.util.xml.index
This class implements the Extensible Composite Number (ECN).
ECN() - Constructor for class org.xerial.util.xml.index.ECN
 
ECN(String) - Constructor for class org.xerial.util.xml.index.ECN
 
Edge - Class in org.xerial.util.graph
 
Edge(int, int) - Constructor for class org.xerial.util.graph.Edge
 
edge(Object, Object) - Method in class org.xerial.util.graph.GraphvizHelper
 
EdgeData - Class in org.xerial.db.model
 
EdgeData() - Constructor for class org.xerial.db.model.EdgeData
 
EdgeData(int, int, int, Relationship) - Constructor for class org.xerial.db.model.EdgeData
 
edgeSet() - Method in class org.xerial.util.graph.AdjacencyList
 
ELEMENT - Static variable in class org.xerial.json.JSONLexer
 
ELEMENT - Static variable in class org.xerial.json.JSONParser
 
ELEMENT - Static variable in class org.xerial.json.JSONWalker
 
Element - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Element - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
element(String, String) - Method in class org.xerial.util.xml.XMLGenerator
 
element(String, XMLAttribute, String) - Method in class org.xerial.util.xml.XMLGenerator
 
elementDecl(String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
elementDecl() - Method in class org.xerial.util.xml.dtd.DTDParser
 
elementSize() - Method in class org.xerial.json.JSONObject
 
elementValue() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
encodeAttribute(String, String) - Method in class org.xerial.mlpress.TagStructureEncoder
 
encodeTag(String) - Method in class org.xerial.mlpress.TagStructureEncoder
 
encodeWhiteSpace() - Method in class org.xerial.mlpress.TagStructureEncoder
 
endArray() - Method in class org.xerial.json.JSONWriter
 
endDigraph() - Method in class org.xerial.util.graph.GraphvizHelper
 
endDocument(XmlPullParser) - Method in class org.xerial.util.xml.index.IntervalIndexer
 
endDocument(XmlPullParser) - Method in class org.xerial.util.xml.index.PrePostOrderIndexer
 
endDocument(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
endDocument(XmlPullParser) - Method in interface org.xerial.util.xml.pullparser.SAXEventHandler
 
endDocument() - Method in class org.xerial.util.xml.XMLGenerator
 
endDTD() - Method in class org.xerial.amoeba.DTDToFDHandler
 
endJSON() - Method in class org.xerial.json.JSONWriter
 
endObject() - Method in class org.xerial.json.JSONWriter
 
endOutput() - Method in class org.xerial.util.graph.GraphvizHelper
 
endString() - Method in class org.xerial.json.JSONWriter
 
endTag(XmlPullParser) - Method in class org.xerial.util.xml.index.DataGuide
 
endTag(XmlPullParser) - Method in class org.xerial.util.xml.index.IntervalIndexer
 
endTag(XmlPullParser) - Method in class org.xerial.util.xml.index.PrePostOrderIndexer
 
endTag(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
endTag(XmlPullParser) - Method in interface org.xerial.util.xml.pullparser.SAXEventHandler
 
endTag() - Method in class org.xerial.util.xml.XMLGenerator
 
endTag() - Method in class org.xerial.wiki.WikiParser
 
EntityRef - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
EntityRef - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
enumeratedType() - Method in class org.xerial.util.xml.dtd.DTDParser
 
enumeration() - Method in class org.xerial.util.xml.dtd.DTDParser
 
EOF - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
EOF - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
EOF - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
EOF - Static variable in class org.xerial.json.JSONLexer
 
EOF - Static variable in class org.xerial.json.JSONParser
 
EOF - Static variable in class org.xerial.json.JSONWalker
 
EOF - Static variable in class org.xerial.raquel.RaquelLexer
 
EOF - Static variable in class org.xerial.raquel.RaquelParser
 
EOF - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
EOF - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
EOF - Static variable in class org.xerial.wiki.WikiLexer
 
EOF - Static variable in class org.xerial.wiki.WikiParser
 
EOF - Static variable in class org.xerial.wiki.WikiWalker
 
Eq - Static variable in class org.xerial.wiki.WikiLexer
 
Eq - Static variable in class org.xerial.wiki.WikiParser
 
Eq - Static variable in class org.xerial.wiki.WikiWalker
 
EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
EQUAL - Static variable in class org.xerial.raquel.RaquelLexer
 
EQUAL - Static variable in class org.xerial.raquel.RaquelParser
 
equals(Object) - Method in class org.xerial.db.datatype.DataTypeBase
 
equals(Object) - Method in class org.xerial.json.JSONBoolean
 
equals(Object) - Method in class org.xerial.json.JSONDouble
 
equals(Object) - Method in class org.xerial.json.JSONInteger
 
equals(Object) - Method in class org.xerial.json.JSONLong
 
equals(Object) - Method in interface org.xerial.json.JSONNumber
 
equals(Object) - Method in class org.xerial.json.JSONString
 
equals(Object) - Method in class org.xerial.util.graph.Edge
 
equals(Object) - Method in class org.xerial.util.xml.index.InvertedPath
 
equals(Object) - Method in class org.xerial.util.xml.SinglePath
 
error(String) - Method in class org.sqlite.Function
Called by xFunc to throw an error.
error(Object) - Method in class org.xerial.util.log.Logger
 
ErrorCode - Interface in org.xerial.core
A common interfarce for error codes
EscapeSequence - Static variable in class org.xerial.json.JSONLexer
 
EscapeSequence - Static variable in class org.xerial.json.JSONParser
 
EscapeSequence - Static variable in class org.xerial.json.JSONWalker
 
EscapeSequence - Static variable in class org.xerial.wiki.WikiLexer
 
EscapeSequence - Static variable in class org.xerial.wiki.WikiParser
 
EscapeSequence - Static variable in class org.xerial.wiki.WikiWalker
 
escapeText(String) - Static method in class org.xerial.wiki.WikiEngine
 
establishConnections(String, String) - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
establishConnections() - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
eval(WikiValue, WikiContext) - Method in class org.xerial.wiki.plugin.HeadingPlugin
 
eval(WikiValue, WikiContext) - Method in class org.xerial.wiki.plugin.LinkPlugin
 
eval(WikiValue, WikiContext) - Method in class org.xerial.wiki.plugin.UnorderedListPlugin
 
eval(WikiValue, WikiContext) - Method in class org.xerial.wiki.plugin.WikiLinkPlugin
 
eval(WikiValue, WikiContext) - Method in interface org.xerial.wiki.WikiPlugin
Evaluates the function call
examineEdge(Edge) - Method in class org.xerial.util.graph.DFSVisitor
 
Exclamation - Static variable in class org.xerial.wiki.WikiWalker
 
execute() - Method in class org.xerial.maven.plugin.antlr.ANTLRMojo
 
Exp - Static variable in class org.xerial.json.JSONLexer
 
Exp - Static variable in class org.xerial.json.JSONParser
 
Exp - Static variable in class org.xerial.json.JSONWalker
 
Exp - Static variable in class org.xerial.wiki.WikiLexer
 
Exp - Static variable in class org.xerial.wiki.WikiParser
 
Exp - Static variable in class org.xerial.wiki.WikiWalker
 
expr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
expr() - Method in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
exprSingle() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
externalEntityDecl(String, String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
extractBeanParameterList(Class) - Static method in class org.xerial.db.sql.RelationBuilder
 

F

FALSE - Static variable in class org.xerial.json.JSONLexer
 
FALSE - Static variable in class org.xerial.json.JSONParser
 
FALSE - Static variable in class org.xerial.json.JSONWalker
 
fatal(Object) - Method in class org.xerial.util.log.Logger
 
FileResource - Class in org.xerial.util
Gets file URLs by using the ClassLoader facility.
FileResource() - Constructor for class org.xerial.util.FileResource
 
FileResource.FileInJarArchive - Class in org.xerial.util
A virtual file implementation for file resources contained in a JAR file
FileResource.FileInJarArchive(URL, String, boolean) - Constructor for class org.xerial.util.FileResource.FileInJarArchive
 
FileResource.SystemFile - Class in org.xerial.util
A virtual file implementation for usual files
FileResource.SystemFile(File, String) - Constructor for class org.xerial.util.FileResource.SystemFile
 
fillTemplate(String, Object...) - Static method in class org.xerial.db.sql.SQLExpression
assign values to the given SQL template
find(Class, String) - Static method in class org.xerial.util.FileResource
Gets the URL of the file resource
find(Package, String) - Static method in class org.xerial.util.FileResource
Finds the URL of the resource
find(String, String) - Static method in class org.xerial.util.FileResource
Finds the URL of the resource
find(String) - Static method in class org.xerial.util.FileResource
Finds the URL of the resource
find(Entry) - Method in class org.xerial.util.tree.BinaryTree
 
findByLongOptionName(String) - Method in class org.xerial.util.cui.Option
 
findByLongOptionName(String) - Method in class org.xerial.util.cui.OptionGroup
 
findByShortOptionName(String) - Method in class org.xerial.util.cui.Option
 
findByShortOptionName(String) - Method in class org.xerial.util.cui.OptionGroup
 
findDir(String) - Method in class org.xerial.tomcat.TomcatServer
 
findFromJAR(String, String) - Static method in class org.xerial.util.FileResource
 
findOption(OptionID) - Method in class org.xerial.util.cui.Option
 
findOption(OptionID) - Method in class org.xerial.util.cui.OptionGroup
 
findPath(Entry) - Method in class org.xerial.util.tree.BinaryTree
 
findRule(String) - Method in interface org.xerial.util.bean.BeanBinderSet
 
finish() - Method in class org.xerial.db.sql.BeanResultHandler
 
finish() - Method in class org.xerial.db.sql.ResultSetHandler
 
finish(TreeWalker) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
finish(TreeWalker) - Method in interface org.xerial.util.bean.TreeVisitor
When the tree visit has finished
finishNode(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
flatXML(SQLiteAccess, XMLGenerator) - Method in class org.xerial.amoeba.XMLOrganizer
 
flush() - Method in class org.xerial.json.JSONWriter
 
flush() - Method in class org.xerial.util.graph.GraphvizHelper
 
flush() - Method in class org.xerial.util.io.NullOutputStream
 
flush() - Method in class org.xerial.util.xml.XMLGenerator
 
FOLLOW_29_in_attlistDecl849 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_29_in_elementDecl587 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_30_in_contentSpec597 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_31_in_contentSpec601 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_33_in_mixed819 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_35_in_choice759 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_35_in_enumeration894 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_35_in_mixed811 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_35_in_notationType923 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_36_in_mixed808 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_36_in_mixed828 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_37_in_attlistDecl842 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_38_in_notationType916 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_39_in_stringType936 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_50_in_isKey761 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_51_in_orderByClause920 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_52_in_orderByClause922 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_53_in_orExpr961 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_54_in_andExpr1001 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_71_in_wikiSymbol1527 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_77_in_divideExpr849 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_77_in_orderByClause1651 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_80_in_updateExpr1253 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_81_in_updateExpr1255 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_82_in_elementValue1380 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_83_in_elementValue1391 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_84_in_fromTarget1582 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_85_in_orderByClause1649 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_86_in_orExpr1690 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_87_in_andExpr1730 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_amoebaQuery_in_expr822 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_andExpr_in_orExpr1682 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_andExpr_in_orExpr1694 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_andExpr_in_orExpr953 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_andExpr_in_orExpr965 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_argExpr_in_argExpr193 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_argExpr_in_function171 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_argExpr_in_hashEntry230 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_Array_in_argExpr191 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_ARRAY_in_array196 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_array_in_jsonArray415 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_array_in_jsonArray99 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_array_in_value290 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_array_in_value578 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_arrayElement_in_array198 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_arrayExpr_in_functionArgExpr_i1931 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_AssignTo_in_hashEntry228 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_At_in_wikiSymbol1515 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_attDef_in_attlistDecl846 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_attlistDecl_in_markupdecl573 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_attribute_in_attributeList1158 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeDef_in_attributeDefExpr1111 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeDef_in_attributeDefExpr1116 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeDefExpr_in_objectDefExpr1065 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeList_in_objectDefExpr1073 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeName_in_attributeList1163 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeName_in_labelExpr1101 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_attributeName_in_labelExpr1864 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeName_in_orderByClause1654 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeName_in_orderByClause1659 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attributeName_in_orderByClause925 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_attributeName_in_orderByClause930 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_attributeName_in_tupleElement1326 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_attType_in_attDef861 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_BlankLine_in_wikiExpr1188 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_blockWiki_in_wikiExpr1182 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_children_in_contentSpec609 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_choice_in_children628 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_choice_in_cp707 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_choice_in_synpred1623 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_choice_in_synpred4702 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Class_in_classExpr673 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_classAttribute_in_classAttributeList703 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_classAttribute_in_classAttributeList708 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_classAttributeList_in_classExpr679 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_classExpr_in_raquelExpr657 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_CloseTagBegin_in_endTag1666 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Colon_in_objectElement468 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_Colon_in_qName1653 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Colon_in_synpred21644 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Colon_in_wikiSymbol1519 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Comma_in_array501 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_Comma_in_attributeDefExpr1114 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_attributeList1161 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_classAttributeList706 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Comma_in_divideExpr854 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_elementValue1385 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_fromClause1553 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_fromClause852 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Comma_in_function1182 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Comma_in_function1977 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_functionArgExprList1858 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Comma_in_hashEntryList2092 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Comma_in_newRelation1300 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_object434 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_Comma_in_objectList1019 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_orderByClause1657 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_orderByClause928 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Comma_in_qnameList995 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_selectTarget1515 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Comma_in_selectTarget825 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Comma_in_seq790 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Comma_in_wikiSymbol1535 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_comparisonOp_in_conditionExpr1045 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_comparisonOp_in_conditionExpr1774 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_comparisonOp_in_synpred11774 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_conditionExpr_in_andExpr1005 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_conditionExpr_in_andExpr1722 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_conditionExpr_in_andExpr1734 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_conditionExpr_in_andExpr993 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_contentSpec_in_elementDecl585 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_cp_in_choice756 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_cp_in_choice761 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_cp_in_seq787 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_cp_in_seq792 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_DataType_in_attributeDef1136 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_decimalLiteral_in_numericLiteral550 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_decimalLiteral_in_numericLiteral642 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_decimalLiteral_in_numericLiteral781 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_DefaultDecl_in_attDef863 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Digits_in_decimalLiteral493 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Digits_in_decimalLiteral496 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Digits_in_decimalLiteral500 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Digits_in_decimalLiteral585 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Digits_in_decimalLiteral588 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Digits_in_decimalLiteral592 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Digits_in_decimalLiteral724 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Digits_in_decimalLiteral727 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Digits_in_decimalLiteral731 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Digits_in_integerLiteral485 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Digits_in_integerLiteral577 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Digits_in_integerLiteral716 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_DISTINCT_in_divideElem883 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_DIVIDE_in_divideExpr845 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_divideElem_in_divideExpr851 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_divideElem_in_divideExpr856 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_divideExpr_in_expr832 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Dot_in_attributeName1144 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Dot_in_attributeName1158 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Dot_in_attributeName1920 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Dot_in_attributeName1945 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Dot_in_decimalLiteral491 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Dot_in_decimalLiteral498 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Dot_in_decimalLiteral583 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Dot_in_decimalLiteral590 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Dot_in_decimalLiteral722 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Dot_in_decimalLiteral729 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Dot_in_wikiSymbol1539 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_DOUBLE_in_value267 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_Double_in_value271 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_Double_in_value558 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_Element_in_elementDecl581 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_ELEMENT_in_objectElement153 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_elementDecl_in_markupdecl569 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_elementValue_in_elementValue1382 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_elementValue_in_elementValue1387 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_elementValue_in_tupleElement1338 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_endTag_in_xmlElement1719 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_enumeratedType_in_attType882 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_enumeration_in_enumeratedType910 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_EOF_in_wikiFragment1203 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Eq_in_hashEntry_i2140 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Eq_in_wikiSymbol1523 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Eq_in_xmlAttribute1682 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_EQUAL_in_tupleElement1334 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_expr_in_lang796 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_expr_in_selectClause60 - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
FOLLOW_FALSE_in_value306 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_FALSE_in_value593 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_From_in_fromClause1548 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_From_in_fromClause847 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_fromClause_in_selectExpr1462 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_fromClause_in_selectExpr803 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_fromTarget_in_fromClause1550 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_fromTarget_in_fromClause1555 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_fromTarget_in_fromClause849 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_fromTarget_in_fromClause854 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_function_in_argExpr215 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_Function_in_function169 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_function_in_functionArgExpr_i1967 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_function_in_inlineWiki1383 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_function_in_labelExpr1095 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_function_in_labelExpr1858 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_functionArgExpr_i_in_functionArgExpr1878 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_functionArgExpr_i_in_hashEntry_i2145 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_functionArgExpr_in_functionArgExprList1855 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_functionArgExpr_in_functionArgExprList1861 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_functionArgExprList_in_arrayExpr2034 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_functionArgExprList_in_function1828 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_FunctionName_in_function1809 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_FunctionName_in_function1826 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Gt_in_endTag1670 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Gt_in_xmlElement1715 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Gt_in_xmlElement1751 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_H1_in_blockWiki1224 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_H2_in_blockWiki1249 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_H3_in_blockWiki1274 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Hash_in_argExpr201 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_hashEntry_i_in_functionArgExpr_i1962 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_hashEntry_i_in_hashEntry2111 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_hashEntry_in_argExpr203 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_hashEntry_in_hashEntryList2089 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_hashEntry_in_hashEntryList2095 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_hashEntryList_in_hashExpr2063 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_hashExpr_in_functionArgExpr_i1936 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_HasMany_in_relationshipExpr944 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_HasOne_in_relationshipExpr968 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_I1_in_blockWiki1299 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_I2_in_blockWiki1324 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_I3_in_blockWiki1349 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_In_in_conditionExpr1798 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_inlineWiki_in_blockWiki1226 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_blockWiki1251 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_blockWiki1276 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_blockWiki1301 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_blockWiki1326 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_blockWiki1351 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_inlineWiki_in_wikiExpr1169 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Insert_in_updateExpr1216 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_INTEGER_in_value254 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_Integer_in_value258 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_Integer_in_value545 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_integerLiteral_in_numericLiteral544 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_integerLiteral_in_numericLiteral636 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_integerLiteral_in_numericLiteral775 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_InternetLink_in_functionArgExpr_i1921 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_InternetLink_in_wikiText1440 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Into_in_updateExpr1221 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_isArray_in_classAttribute730 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_isKey_in_classAttribute733 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_conditionExpr1041 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_conditionExpr1047 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_conditionExpr1770 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_conditionExpr1776 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_conditionExpr1796 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_function1179 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_function1184 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_function1974 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_function1979 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_selectTarget1512 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_selectTarget1517 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_selectTarget822 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_selectTarget827 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_labelExpr_in_synpred11770 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_labelExpr_in_synpred11776 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LBrace_in_hashExpr2061 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_LBrace_in_object428 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_LBracket_in_array496 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_LBracket_in_arrayExpr2032 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_LBracket_in_isArray778 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_LBracket_in_link1562 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_LBracket_in_link1590 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_LBracket_in_wikiSymbol1503 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_link_i_in_link1567 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_link_in_synpred11430 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_link_in_wikiText1435 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_literal_in_elementValue1364 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_literal_in_value1121 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_literal_in_value1891 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LParen_in_choice754 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_classExpr677 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_LParen_in_enumeration889 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_function1177 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_LParen_in_function1972 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LParen_in_mixed806 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_mixed826 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_newRelation1295 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LParen_in_notationType918 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_objectDefExpr1063 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LParen_in_seq785 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_LParen_in_subQuery1433 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_LParen_in_wikiSymbol1543 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Lt_in_xmlElement1704 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Lt_in_xmlElement1738 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_markupdecl_in_dtd561 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_mixed_in_contentSpec605 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_attDef859 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_attlistDecl844 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_cp682 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_elementDecl583 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_enumeration891 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_enumeration896 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_mixed813 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_notationType920 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_notationType925 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_Name_in_synpred3677 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_NEWLINE_in_inlineWiki1395 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_NEWLINE_in_xmlContent_i1793 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_newRelation_in_updateExpr1218 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_newRelation_in_updateExpr1257 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_notationType_in_enumeratedType906 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_NULL_in_value313 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_NULL_in_value598 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_numericLiteral_in_literal511 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_numericLiteral_in_literal603 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_numericLiteral_in_literal742 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_object_in_jsonObject403 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_object_in_jsonObject80 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_OBJECT_in_object131 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_Object_in_objectDefExpr1057 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_object_in_objectList1016 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_object_in_objectList1021 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_object_in_value281 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_object_in_value571 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_objectDefExpr_in_expr817 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_objectElement_in_object133 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_objectElement_in_object431 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_objectElement_in_object436 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_objectList_in_relationshipExpr946 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_objectList_in_relationshipExpr970 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_orderByClause_in_selectExpr1468 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_orderByClause_in_selectExpr809 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_orExpr_in_whereClause1637 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_orExpr_in_whereClause908 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Path_in_argExpr210 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_pathExpr_in_functionArgExpr_i1957 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_PreText_in_wikiText1471 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_QName_in_attribute1181 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_attributeDef1134 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_attributeName1134 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_attributeName1142 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_attributeName1148 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_attributeName1156 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_attributeName1904 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_attributeName1918 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_attributeName1924 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_attributeName1943 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_classAttribute728 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_classExpr675 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_divideElem885 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_divideElem899 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_divideExpr847 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_qName_in_endTag1668 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_QName_in_expr73 - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
FOLLOW_QName_in_fromTarget1584 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_function1175 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_QName_in_function1970 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_object1039 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_objectDefExpr1061 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_qnameList992 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_qnameList997 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_relationshipExpr942 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_relationshipExpr966 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_targetRelation1610 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_QName_in_targetRelation892 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_qName_in_xmlElement1706 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_qName_in_xmlElement1740 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RANGE_in_divideElem897 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_rangeType_in_divideElem901 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_RBrace_in_hashExpr2066 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RBrace_in_object442 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_RBracket_in_array507 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_RBracket_in_arrayExpr2037 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RBracket_in_isArray780 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_RBracket_in_link1572 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RBracket_in_link1600 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RBracket_in_wikiSymbol1507 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Relationship_in_relationshipExpr938 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Relationship_in_relationshipExpr962 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_relationshipExpr_in_expr827 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_relativePathExpr_in_pathExpr1982 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_relativePathExpr_in_pathExpr1994 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RParen_in_choice765 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_classExpr681 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_RParen_in_enumeration900 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_function1188 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_RParen_in_function1811 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RParen_in_function1830 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_RParen_in_function1983 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_RParen_in_mixed817 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_mixed830 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_newRelation1306 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_RParen_in_notationType929 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_objectDefExpr1077 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_RParen_in_seq796 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_RParen_in_subQuery1437 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_RParen_in_wikiSymbol1547 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Select_in_selectClause58 - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
FOLLOW_Select_in_selectExpr1458 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Select_in_selectExpr799 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_selectClause_in_query44 - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
FOLLOW_selectExpr_in_amoebaQuery1199 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_selectExpr_in_exprSingle1416 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_selectExpr_in_raquelExpr662 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_selectExpr_in_subQuery1435 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_selectTarget_in_selectExpr1460 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_selectTarget_in_selectExpr801 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_seq_in_children652 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_seq_in_cp732 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_seq_in_synpred2647 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_seq_in_synpred5727 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_children631 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_children654 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_comparisonOp1059 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_set_in_comparisonOp1822 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_set_in_cp685 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_cp710 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_cp735 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_link_i0 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_set_in_rangeType0 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_set_in_tokenizedType0 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_set_in_wikiText0 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_Slash_in_pathExpr1978 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Slash_in_relativePathExpr2012 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Slash_in_wikiSymbol1511 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Slash_in_xmlElement1749 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_SPLIT_in_objectDefExpr1069 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Star_in_wikiSymbol1531 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_String_in_argExpr185 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_String_in_objectElement157 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_String_in_objectElement466 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_STRING_in_value241 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_String_in_value245 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_String_in_value532 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_StringLiteral_in_functionArgExpr_i1896 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_StringLiteral_in_literal524 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_StringLiteral_in_literal616 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_StringLiteral_in_literal755 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_StringLiteral_in_wikiText1461 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_StringLiteral_in_xmlAttribute1684 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_stringType_in_attType874 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_subQuery_in_conditionExpr1800 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_subQuery_in_exprSingle1421 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_subQuery_in_targetRelation1623 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_targetRelation_in_fromTarget1574 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_targetRelation_in_fromTarget873 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_targetRelation_in_updateExpr1223 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_tokenizedType_in_attType878 - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
FOLLOW_TRUE_in_value299 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_TRUE_in_value585 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_tupleElement_in_newRelation1297 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_tupleElement_in_newRelation1302 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_updateExpr_in_amoebaQuery1204 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_value_in_array498 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_value_in_array503 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_value_in_arrayElement221 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_value_in_labelExpr1107 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_value_in_labelExpr1870 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_value_in_objectElement161 - Static variable in class org.xerial.json.JSONWalker
 
FOLLOW_value_in_objectElement470 - Static variable in class org.xerial.json.JSONParser
 
FOLLOW_Where_in_whereClause1634 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Where_in_whereClause905 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_whereClause_in_selectExpr1465 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_whereClause_in_selectExpr806 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_whereClause_in_updateExpr1259 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_WhiteSpaces_in_functionArgExpr1875 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_functionArgExpr1880 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_hashEntry2108 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_hashEntry2113 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_hashEntry_i2137 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_hashEntry_i2142 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_link1564 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_link1569 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_link1592 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_link1597 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_wikiText1419 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_xmlElement1709 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WhiteSpaces_in_xmlElement1743 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Wiki_in_wiki58 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_WikiBlock_in_wikiBlock151 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_wikiBlock_in_wikiExpr78 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_wikiExpr_in_wiki1142 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiExpr_in_wiki60 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_wikiFragment_in_wiki1145 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiLine_in_wikiExpr73 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_WikiLine_in_wikiLine92 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_WikiLink_in_wikiLink135 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_WikiName_in_functionArgExpr_i1906 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WikiName_in_link1595 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_WikiName_in_wikiText1481 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiSymbol_in_wikiText1455 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiText_in_inlineWiki1387 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiText_in_wikiBlock153 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_wikiText_in_wikiFragment1200 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_wikiText_in_wikiLine94 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_wikiText_in_xmlContent_i1787 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Wildcard_in_attributeName1160 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Wildcard_in_attributeName1947 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Wildcard_in_selectTarget1533 - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
FOLLOW_Wildcard_in_selectTarget835 - Static variable in class org.xerial.raquel.RaquelParser
 
FOLLOW_Word_in_functionArgExpr_i1947 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_hashEntry_i2135 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_pathExpr1980 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_pathExpr1992 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_qName1636 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_qName1651 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_qName1655 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_relativePathExpr2014 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_synpred21642 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_synpred21646 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_synpred31942 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_wikiLink137 - Static variable in class org.xerial.wiki.WikiWalker
 
FOLLOW_Word_in_wikiText1409 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_Word_in_xmlAttribute1680 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlAttribute_in_xmlElement1711 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlAttribute_in_xmlElement1745 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlContent_i_in_xmlContent1775 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlContent_in_xmlElement1717 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlElement_in_inlineWiki1391 - Static variable in class org.xerial.wiki.WikiParser
 
FOLLOW_xmlElement_in_xmlContent_i1798 - Static variable in class org.xerial.wiki.WikiParser
 
ForbiddenOperationException - Exception in org.xerial.util.xml.pullparser
ParserStatusクラスで、next()など、parserのstatusを変更するメソッドを呼び出したときに発生させる例外
ForbiddenOperationException(String) - Constructor for exception org.xerial.util.xml.pullparser.ForbiddenOperationException
 
ForbiddenOperationException(String, XmlPullParser, Throwable) - Constructor for exception org.xerial.util.xml.pullparser.ForbiddenOperationException
 
forwardOrCrossEdge(Edge) - Method in class org.xerial.util.graph.DFSVisitor
 
Frac - Static variable in class org.xerial.json.JSONLexer
 
Frac - Static variable in class org.xerial.json.JSONParser
 
Frac - Static variable in class org.xerial.json.JSONWalker
 
Frac - Static variable in class org.xerial.wiki.WikiLexer
 
Frac - Static variable in class org.xerial.wiki.WikiParser
 
Frac - Static variable in class org.xerial.wiki.WikiWalker
 
FreePageBitMap - Class in org.xerial.db.btree
 
FreePageBitMap() - Constructor for class org.xerial.db.btree.FreePageBitMap
 
FreePageBitMap - Static variable in class org.xerial.db.PageType
 
From - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
From - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
From - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
From - Static variable in class org.xerial.raquel.RaquelLexer
 
From - Static variable in class org.xerial.raquel.RaquelParser
 
fromClause() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
fromClause() - Method in class org.xerial.raquel.RaquelParser
 
fromTarget() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
fromTarget() - Method in class org.xerial.raquel.RaquelParser
 
Function - Class in org.sqlite
Provides an interface for creating SQLite user-defined functions.
Function() - Constructor for class org.sqlite.Function
 
FUNCTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
FUNCTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
function() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
FUNCTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
function() - Method in class org.xerial.raquel.RaquelParser
 
Function - Static variable in class org.xerial.wiki.WikiLexer
 
Function - Static variable in class org.xerial.wiki.WikiParser
 
function() - Method in class org.xerial.wiki.WikiParser
 
Function - Static variable in class org.xerial.wiki.WikiWalker
 
function() - Method in class org.xerial.wiki.WikiWalker
 
Function.Aggregate - Class in org.sqlite
 
Function.Aggregate() - Constructor for class org.sqlite.Function.Aggregate
 
functionArgExpr() - Method in class org.xerial.wiki.WikiParser
 
functionArgExpr_i() - Method in class org.xerial.wiki.WikiParser
 
functionArgExprList() - Method in class org.xerial.wiki.WikiParser
 
FunctionID - Static variable in class org.xerial.wiki.WikiLexer
 
FunctionID - Static variable in class org.xerial.wiki.WikiParser
 
FunctionName - Static variable in class org.xerial.wiki.WikiLexer
 
FunctionName - Static variable in class org.xerial.wiki.WikiParser
 
Functor<In> - Interface in org.xerial.util
A functor for Algorithms.

G

generate() - Method in class org.xerial.benchmark.Bench
 
generate() - Method in class org.xerial.benchmark.BenchmarkTableGenerator
 
generate() - Method in class org.xerial.benchmark.BenchmarkTableGenerator.Hierarchical
 
generate() - Method in class org.xerial.benchmark.BenchmarkTableGenerator.RandomGen
 
generate() - Method in class org.xerial.benchmark.BenchmarkTableGenerator.Simple
 
generate() - Method in class org.xerial.benchmark.BookSeller
 
generateAmoebaQuery(String) - Static method in class org.xerial.amoeba.query.AmoebaQueryProcessor
 
generateFrom(String) - Method in class org.xerial.util.xml.index.DataGuide
xml fileを読んでDataGuideを生成する。
generateFrom(Reader) - Method in class org.xerial.util.xml.index.DataGuide
readerからXMLを読み込んで、DataGuideを生成する
generateFrom(String) - Method in class org.xerial.util.xml.index.InvertedPathTree
 
generateFrom(Reader) - Method in class org.xerial.util.xml.index.InvertedPathTree
 
generateFrom(String) - Method in class org.xerial.util.xml.index.StrongDataGuide
Generates the StrongDataGuide from the XML file
generateFrom(Reader) - Method in class org.xerial.util.xml.index.StrongDataGuide
Generates the StrongDataGuide from the Reader
GEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
GEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
GEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
GEQ - Static variable in class org.xerial.raquel.RaquelLexer
 
GEQ - Static variable in class org.xerial.raquel.RaquelParser
 
get(int) - Method in class org.xerial.json.JSONArray
 
get(String) - Method in class org.xerial.json.JSONObject
 
get(int) - Method in interface org.xerial.util.tree.Path
 
get(int) - Method in class org.xerial.util.xml.index.ECN
 
get(int) - Method in class org.xerial.wiki.WikiArray
 
getAllAncestorOrSelfClassLoaders(ClassLoader) - Static method in class org.xerial.util.FileResource
Retrieves all URLClassLoaders that can be found from this class
getArgument() - Method in class org.xerial.util.cui.OptionParser
オプション関連以外のコマンドラインの引数のリストを得る
getArgument(int) - Method in class org.xerial.util.cui.OptionParser
index番目のコマンドライン引数(オプション以外)
getArgumentLength() - Method in class org.xerial.util.cui.OptionParser
オプション以外のコマンドライン引数の数を返す
getAttribute() - Method in class org.xerial.util.xml.XMLElement
Gets the XMLAttribute of the element
getAttributeCount() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributeID(String, String) - Method in class org.xerial.mlpress.TagDictionary
 
getAttributeName(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributeNames() - Method in class org.xerial.util.xml.XMLAttribute
 
getAttributeNamespace(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributePrefix(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributeType(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributeValue(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getAttributeValue(String, String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getBeanBinderSet(Class<T>) - Method in interface org.xerial.util.bean.impl.BindRuleGenerator
Gets the binder set of the given bean class
getBeanBinderSet(Class<T>) - Method in class org.xerial.util.bean.impl.BindRuleGeneratorForBeanStream
 
getBeanLoadRule(Class) - Static method in class org.xerial.util.bean.BeanUtil
 
getBeanOutputRule(Class) - Static method in class org.xerial.util.bean.BeanUtil
 
getBindRules() - Method in interface org.xerial.util.bean.BeanBinderSet
 
getBindRuleSet(Class<T>) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
getByte() - Method in class org.xerial.db.VariableLengthInteger
 
getByteSize() - Method in class org.xerial.db.heap.TupleOnBuffer
 
getByteSize() - Method in interface org.xerial.db.Tuple
Gets the byte size of this tuple
getByteSize() - Method in class org.xerial.db.TupleImpl
 
getCatalinaBase() - Method in class org.xerial.tomcat.TomcatServerConfiguration
 
getCatalog() - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
getCharPositionInLine() - Method in interface org.xerial.wiki.WikiContext
Gets the character position in the current line
getCharPositionInLine() - Method in class org.xerial.wiki.WikiNode
 
getChild(int) - Method in class org.xerial.wiki.WikiNode
 
getChildren() - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
getChildren() - Method in interface org.xerial.util.bean.TreeNode
 
getClassDefinitionList() - Method in class org.xerial.raquel.expr.Query
 
getClassType() - Method in class org.xerial.db.sql.BeanResultHandler
 
getCodeName() - Method in interface org.xerial.core.ErrorCode
 
getCodeName() - Method in enum org.xerial.db.DBErrorCode
 
getCodeName() - Method in enum org.xerial.json.JSONErrorCode
 
getColName(int) - Method in class org.xerial.benchmark.BenchmarkTableGenerator
 
getColumnNumber() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getConnection() - Method in class org.xerial.db.layer.RelationalDatabaseLayer
 
getConnection() - Method in interface org.xerial.db.sql.ConnectionPool
 
getConnection() - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
getConnection() - Method in class org.xerial.db.sql.NaiveConnectionPool
 
getConnectionPool() - Method in class org.xerial.db.sql.DatabaseAccessBase
 
getContextBean(int) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
getContextWikiNode() - Method in interface org.xerial.wiki.WikiContext
Gets the current context WikiNode
getCursorPosition() - Method in class org.xerial.db.cache.BufferWriter
 
getDatabaseAddress(String) - Static method in class org.xerial.db.sql.sqlite.SQLite
 
getDatabaseID() - Method in class org.xerial.db.storage.DatabaseLocation
 
getDatabaseIDList() - Method in class org.xerial.db.storage.XerialStorageServer
 
getDataType(String, String) - Static method in class org.xerial.db.Relation
 
getDataType(int) - Method in class org.xerial.db.Relation
 
getDataTypeIndex(String) - Method in class org.xerial.db.Relation
 
getDataTypeList() - Method in class org.xerial.db.Relation
 
getDataTypeName(DataType) - Static method in class org.xerial.db.sql.sqlite.SQLite
 
getDBLayer(String) - Method in class org.xerial.db.model.DatabaseMap
 
getDepth() - Method in class org.xerial.json.JSONPullParser
 
getDepth() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getDescription() - Method in interface org.xerial.core.ErrorCode
 
getDescription() - Method in enum org.xerial.db.DBErrorCode
 
getDescription() - Method in enum org.xerial.json.JSONErrorCode
 
getDescription() - Method in class org.xerial.util.cui.Option
 
getDest() - Method in class org.xerial.db.model.EdgeData
 
getDestNodeID() - Method in class org.xerial.util.graph.Edge
 
getDiscoveryTime(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
getDoubleValue() - Method in class org.xerial.json.JSONDouble
 
getDoubleValue() - Method in class org.xerial.json.JSONInteger
 
getDoubleValue() - Method in class org.xerial.json.JSONLong
 
getDoubleValue() - Method in interface org.xerial.json.JSONNumber
 
getDoubleValue(OptionID) - Method in class org.xerial.util.cui.OptionParser
option引数の double値
getEdgeID(Edge) - Method in class org.xerial.util.graph.AdjacencyList
 
getEdgeInfo(Edge) - Method in class org.xerial.util.graph.AdjacencyList
 
getEdgeInfo(NodeType, NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
getElapsedTime() - Method in class org.xerial.util.StopWatch
Gets the elapsed time since this instance is created in seconds.
getErrorCode() - Method in exception org.xerial.db.DBException
 
getErrorCode() - Method in exception org.xerial.json.JSONException
Gets the error code
getErrorList() - Method in class org.xerial.wiki.WikiEngine.WikiToHTMLConverter
 
getEventType() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getFeature(String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getFinishTime(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
getFirst() - Method in class org.xerial.util.Pair
 
getFirst() - Method in class org.xerial.util.Triplet
 
getFirstNode(Tree, int) - Static method in class org.xerial.amoeba.query.ANTLRUtil
 
getFirstNodeValue(Tree, int) - Static method in class org.xerial.amoeba.query.ANTLRUtil
 
getFloatValue(OptionID) - Method in class org.xerial.util.cui.OptionParser
option引数のfloat値
getGenericMapTypesOfMethodArgument(Method, int) - Static method in class org.xerial.util.bean.BeanUtil
 
getGrammarFileName() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
getGrammarFileName() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
getGrammarFileName() - Method in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
getGrammarFileName() - Method in class org.xerial.json.JSONLexer
 
getGrammarFileName() - Method in class org.xerial.json.JSONParser
 
getGrammarFileName() - Method in class org.xerial.json.JSONWalker
 
getGrammarFileName() - Method in class org.xerial.raquel.RaquelLexer
 
getGrammarFileName() - Method in class org.xerial.raquel.RaquelParser
 
getGrammarFileName() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
getGrammarFileName() - Method in class org.xerial.util.xml.dtd.DTDParser
 
getGrammarFileName() - Method in class org.xerial.wiki.WikiLexer
 
getGrammarFileName() - Method in class org.xerial.wiki.WikiParser
 
getGrammarFileName() - Method in class org.xerial.wiki.WikiWalker
 
getGroupName() - Method in class org.xerial.util.cui.OptionGroup
 
getHeader() - Method in class org.xerial.db.btree.BTreePage
 
getHeaderSize() - Method in class org.xerial.db.btree.BTreePageHeader
 
getHeaderSize() - Method in class org.xerial.db.CommonPageHeader
 
getHeaderSize() - Method in class org.xerial.db.heap.HeapPage
 
getHeaderSize() - Method in interface org.xerial.db.PageHeader
Gets the byte size of the header
getHref() - Method in class org.xerial.wiki.html.Link
 
getHref() - Method in class org.xerial.wiki.plugin.LinkPlugin
 
getId() - Method in class org.xerial.db.model.EdgeData
 
getId() - Method in class org.xerial.db.model.NodeData
 
getID() - Method in class org.xerial.mlpress.MemoryBlock
 
getInputEncoding() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getInputType() - Method in interface org.xerial.util.bean.BeanUpdator
 
getInputType() - Method in class org.xerial.util.bean.impl.CollectionAdder
 
getInputType() - Method in class org.xerial.util.bean.impl.MapPutter
 
getInputType() - Method in class org.xerial.util.bean.impl.Setter
 
getInt(String) - Method in class org.xerial.json.JSONObject
 
getIntervalTime() - Method in class org.xerial.util.StopWatch
Gets the interval time since the last call of StopWatch#getEleapsedTime() or StopWatch.getIntervalTime()
getIntValue() - Method in class org.xerial.json.JSONDouble
 
getIntValue() - Method in class org.xerial.json.JSONInteger
 
getIntValue() - Method in class org.xerial.json.JSONLong
 
getIntValue() - Method in interface org.xerial.json.JSONNumber
 
getIntValue(OptionID) - Method in class org.xerial.util.cui.OptionParser
option引数(例:--width=100 の100) のint value
getJSONArray() - Method in class org.xerial.json.JSONArray
 
getJSONArray(int) - Method in class org.xerial.json.JSONArray
 
getJSONArray() - Method in class org.xerial.json.JSONDouble
 
getJSONArray() - Method in class org.xerial.json.JSONInteger
 
getJSONArray() - Method in class org.xerial.json.JSONLong
 
getJSONArray(String) - Method in class org.xerial.json.JSONObject
 
getJSONArray() - Method in interface org.xerial.json.JSONValue
 
getJSONArray() - Method in class org.xerial.json.JSONValueBase
 
getJSONBoolean(int) - Method in class org.xerial.json.JSONArray
 
getJSONBoolean() - Method in class org.xerial.json.JSONBoolean
 
getJSONBoolean() - Method in class org.xerial.json.JSONDouble
 
getJSONBoolean() - Method in class org.xerial.json.JSONInteger
 
getJSONBoolean() - Method in class org.xerial.json.JSONLong
 
getJSONBoolean() - Method in interface org.xerial.json.JSONValue
 
getJSONBoolean() - Method in class org.xerial.json.JSONValueBase
 
getJSONDouble(int) - Method in class org.xerial.json.JSONArray
 
getJSONInteger(int) - Method in class org.xerial.json.JSONArray
 
getJSONNubmer(int) - Method in class org.xerial.json.JSONArray
 
getJSONNull(int) - Method in class org.xerial.json.JSONArray
 
getJSONNull() - Method in class org.xerial.json.JSONDouble
 
getJSONNull() - Method in class org.xerial.json.JSONInteger
 
getJSONNull() - Method in class org.xerial.json.JSONLong
 
getJSONNull() - Method in class org.xerial.json.JSONNull
 
getJSONNull() - Method in interface org.xerial.json.JSONValue
 
getJSONNull() - Method in class org.xerial.json.JSONValueBase
 
getJSONNumber() - Method in class org.xerial.json.JSONDouble
 
getJSONNumber() - Method in class org.xerial.json.JSONInteger
 
getJSONNumber() - Method in class org.xerial.json.JSONLong
 
getJSONNumber() - Method in interface org.xerial.json.JSONNumber
 
getJSONNumber() - Method in interface org.xerial.json.JSONValue
 
getJSONNumber() - Method in class org.xerial.json.JSONValueBase
 
getJSONObject(int) - Method in class org.xerial.json.JSONArray
 
getJSONObject() - Method in class org.xerial.json.JSONDouble
 
getJSONObject() - Method in class org.xerial.json.JSONInteger
 
getJSONObject() - Method in class org.xerial.json.JSONLong
 
getJSONObject() - Method in class org.xerial.json.JSONObject
 
getJSONObject(String) - Method in class org.xerial.json.JSONObject
 
getJSONObject() - Method in interface org.xerial.json.JSONValue
 
getJSONObject() - Method in class org.xerial.json.JSONValueBase
 
getJSONString() - Method in class org.xerial.json.JSONDouble
 
getJSONString() - Method in class org.xerial.json.JSONInteger
 
getJSONString() - Method in class org.xerial.json.JSONLong
 
getJSONString() - Method in class org.xerial.json.JSONString
 
getJSONString() - Method in interface org.xerial.json.JSONValue
 
getJSONString() - Method in class org.xerial.json.JSONValueBase
 
getKey() - Method in interface org.xerial.amoeba.AmoebaTuple
This is a short hand method for getValue(getKeyParameterName())
getKey() - Method in class org.xerial.db.model.DataModelInfo
 
getKey() - Method in class org.xerial.util.bean.impl.KeyValuePair
 
getKeyAttributeName(String) - Method in class org.xerial.db.sql.sqlite.SQLiteCatalog
 
getKeyName() - Method in class org.xerial.json.JSONPullParser
Gets the current object/array/value key.
getKeyParameterName() - Method in interface org.xerial.amoeba.AmoebaTuple
Gets the parameter name of the key attribute
getKeyType() - Method in class org.xerial.util.bean.impl.MapPutter
 
getKeyValueMap() - Method in class org.xerial.json.JSONObject
 
getLabel() - Method in class org.xerial.db.Value
 
getLabel() - Method in class org.xerial.wiki.html.Link
 
getLabel() - Method in class org.xerial.wiki.plugin.LinkPlugin
 
getLastParent() - Method in class org.xerial.util.xml.index.InvertedPath
 
getLeaf() - Method in class org.xerial.util.xml.SinglePath
 
getLength() - Method in class org.xerial.util.xml.dom.IterableNodeList
 
getLevel() - Method in class org.xerial.wiki.plugin.HeadingPlugin
 
getLevel() - Method in class org.xerial.wiki.plugin.UnorderedListPlugin
 
getLine() - Method in interface org.xerial.wiki.WikiContext
Gets the current line position
getLine() - Method in class org.xerial.wiki.WikiNode
 
getLineExceptionOccured() - Method in exception org.xerial.wiki.WikiException
 
getLineNumber() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getLogger(Class) - Static method in class org.xerial.util.log.Logger
 
getLogger(Package) - Static method in class org.xerial.util.log.Logger
 
getLogger(String) - Static method in class org.xerial.util.log.Logger
 
getLoggerName() - Method in class org.xerial.util.log.Logger
 
getLogicalPath() - Method in class org.xerial.util.FileResource.FileInJarArchive
 
getLogicalPath() - Method in class org.xerial.util.FileResource.SystemFile
 
getLogicalPath() - Method in interface org.xerial.util.io.VirtualFile
Gets the logical path of the file.
getLogLevel() - Method in class org.xerial.util.log.Logger
 
getLongOptionName() - Method in class org.xerial.util.cui.Option
 
getLongValue() - Method in class org.xerial.json.JSONLong
 
getMajorVersion() - Method in class org.sqlite.JDBC
 
getMemoryDatabaseAddress() - Static method in class org.xerial.db.sql.sqlite.SQLite
 
getMessage() - Method in exception org.xerial.json.JSONException
 
getMessage() - Method in exception org.xerial.util.bean.BeanException
 
getMethod() - Method in interface org.xerial.util.bean.BeanBinder
 
getMethod() - Method in interface org.xerial.util.bean.BeanUpdator
 
getMinorVersion() - Method in class org.sqlite.JDBC
 
getName() - Method in class org.xerial.amoeba.algebra.AttributeLabel
 
getName() - Method in class org.xerial.amoeba.algebra.RelationLabel
 
getName() - Method in interface org.xerial.db.datatype.DataType
Gets the parameter name (column name in a relation) of the type
getName() - Method in class org.xerial.db.datatype.DataTypeBase
 
getName() - Method in class org.xerial.db.model.NodeData
 
getName() - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
getName() - Method in class org.xerial.raquel.expr.ClassAttribute
 
getName() - Method in class org.xerial.raquel.expr.ClassDefinition
 
getName() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNamespace(String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNamespace() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNamespaceCount(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNamespacePrefix(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNamespaceUri(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getNode(int) - Method in class org.xerial.util.graph.AdjacencyList
 
getNodeID(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
getNodeList(Tree, int) - Static method in class org.xerial.amoeba.query.ANTLRUtil
 
getNodeName() - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
getNodeName() - Method in interface org.xerial.util.bean.TreeNode
 
getNodeType() - Method in class org.xerial.wiki.WikiNode
 
getNodeValue() - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
getNodeValue() - Method in interface org.xerial.util.bean.TreeNode
 
getNumberOfDatabases() - Method in class org.xerial.db.storage.XerialStorageServer
 
getNumEntries() - Method in class org.xerial.db.btree.BTreePageHeader
 
getOptionHandler(OptionID) - Method in class org.xerial.util.cui.OptionGroup
Finds the option handler of the specified optionID.
getOptionID() - Method in class org.xerial.util.cui.Option
 
getPageCache() - Method in class org.xerial.db.cache.PageCacheHolder
 
getPageID() - Method in class org.xerial.db.btree.BTreePageHeader
 
getPageID() - Method in class org.xerial.db.CommonPageHeader
 
getPageType() - Method in class org.xerial.db.CommonPageHeader
 
getParameterizedType(Type) - Static method in class org.xerial.util.bean.BeanUtil
 
getParameterName() - Method in interface org.xerial.util.bean.BeanBinder
 
getParameterNameSet() - Method in interface org.xerial.amoeba.AmoebaTuple
Gets the set of the parameter values
getParameterSet() - Method in interface org.xerial.amoeba.AmoebaQuery
 
getParent() - Method in interface org.xerial.db.layer.DatabaseLayer
 
getParent() - Method in class org.xerial.db.layer.RelationalDatabaseLayer
 
getParent() - Method in class org.xerial.db.layer.RelationalTableLayer
 
getParentParameterizedType(Type, Class) - Static method in class org.xerial.util.bean.BeanUtil
 
getPath() - Method in class org.xerial.db.storage.DatabaseLocation
 
getPathID(SinglePath) - Method in class org.xerial.util.xml.index.DataGuide
DataGuideをたどって、与えられたpathに該当するノードIDを得る
getPlugin(String) - Method in class org.xerial.wiki.WikiEngine
 
getPlugin(String) - Method in class org.xerial.wiki.WikiPluginLoader
 
getPort() - Method in class org.xerial.tomcat.TomcatServerConfiguration
 
getPositionDescription() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getPredecessor(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
getPrefix() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getProperty(String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getPropertyInfo(String, Properties) - Method in class org.sqlite.JDBC
 
getReader() - Method in class org.xerial.util.xml.XMLInputSource
 
getRelation() - Method in class org.xerial.db.AbstractTuple
 
getRelation(String) - Method in interface org.xerial.db.sql.DatabaseAccess
Gets the relation (schema) information of the table.
getRelation(String) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
getRelation() - Method in interface org.xerial.db.Tuple
Gets the relational schema of this tuple
getRelationName() - Method in class org.xerial.amoeba.algebra.AttributeLabel
 
getRelationSchema(String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
getRelationship(String, String) - Method in class org.xerial.db.model.DataModel
 
getRelationship() - Method in class org.xerial.db.model.EdgeData
 
getResultBean() - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
getResultBuffer() - Method in class org.xerial.util.text.Stemmer
Returns a reference to a character buffer containing the results of the stemming process.
getResultLength() - Method in class org.xerial.util.text.Stemmer
Returns the length of the word resulting from the stemming process.
getRootLogger() - Static method in class org.xerial.util.log.Logger
 
getRootNode() - Method in class org.xerial.util.tree.BinaryTree
 
getRootNodeNameSet() - Method in class org.xerial.db.model.DataModel
 
getSecond() - Method in class org.xerial.util.Pair
 
getSecond() - Method in class org.xerial.util.Triplet
 
getShortOptionName() - Method in class org.xerial.util.cui.Option
 
getSourceNodeID() - Method in class org.xerial.util.graph.Edge
 
getSQLiteDataTypeInfo(String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
getSrc() - Method in class org.xerial.db.model.EdgeData
 
getStandardMapPutter() - Method in interface org.xerial.util.bean.BeanBinderSet
 
getStorage(String) - Method in interface org.xerial.db.storage.XerialStorageMaster
 
getStorage(AmoebaQuery) - Method in interface org.xerial.db.storage.XerialStorageMaster
 
getStorageServers() - Method in class org.xerial.db.storage.DatabaseLocation
 
getString(int) - Method in class org.xerial.json.JSONArray
 
getString(String) - Method in class org.xerial.json.JSONObject
 
getSubTree() - Method in class org.xerial.util.bean.ANTLRWalker
 
getSubTree() - Method in class org.xerial.util.bean.JSONStreamWalker
 
getSubTree() - Method in class org.xerial.util.bean.MapWalker
 
getSubTree() - Method in class org.xerial.util.bean.TreeWalker
Gets the entire subtree beginning from the current node, and skips the descendants.
getSubTree() - Method in class org.xerial.util.bean.XMLWalker
 
getTableList() - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
getTableNameList() - Method in interface org.xerial.db.sql.DatabaseAccess
Gets the table names contained in this database.
getTableNameList() - Method in class org.xerial.db.sql.DatabaseAccessBase
 
getTableNameSet() - Method in class org.xerial.db.sql.sqlite.SQLiteCatalog
 
getTag(int) - Method in class org.xerial.util.xml.SinglePath
 
getTagID(String) - Method in class org.xerial.mlpress.TagDictionary
 
getTagID(String) - Method in class org.xerial.util.xml.index.DataGuide
DataGuide中のノードIDを返す
getTagName() - Method in class org.xerial.util.xml.XMLElement
Gets the tag name of the element
getTarget() - Method in class org.xerial.wiki.html.Link
 
getTarget() - Method in class org.xerial.wiki.plugin.LinkPlugin
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.argExpr_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.function_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.hashEntry_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wiki_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wikiBlock_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wikiExpr_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wikiLine_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wikiLink_return
 
getTemplate() - Method in class org.xerial.wiki.WikiWalker.wikiText_return
 
getTemplateLib() - Method in class org.xerial.wiki.WikiWalker
 
Getter - Class in org.xerial.util.bean.impl
 
Getter(Method, String) - Constructor for class org.xerial.util.bean.impl.Getter
 
getText() - Method in class org.xerial.json.JSONPullParser
 
getText(Element) - Static method in class org.xerial.util.xml.dom.DOMUtil
Gets the text data enclosed by the specified element.
getText() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getText() - Method in class org.xerial.wiki.WikiNode
 
getTextCharacters(int[]) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
getTextContent(Element, String) - Static method in class org.xerial.util.xml.dom.DOMUtil
TagのElementから、特定の子ノードのtext contentを返す
getTextContentMap(InputStream) - Static method in class org.xerial.util.xml.dom.DOMUtil
 
getTextContentMap(Element) - Static method in class org.xerial.util.xml.dom.DOMUtil
 
getThird() - Method in class org.xerial.util.Triplet
 
getTokenName(int) - Static method in class org.xerial.amoeba.query.AmoebaQueryToken
 
getTokenName(int) - Static method in class org.xerial.wiki.WikiLexer
 
getTokenNames() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
getTokenNames() - Method in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
getTokenNames() - Method in class org.xerial.json.JSONParser
 
getTokenNames() - Method in class org.xerial.json.JSONWalker
 
getTokenNames() - Method in class org.xerial.raquel.RaquelParser
 
getTokenNames() - Method in class org.xerial.util.xml.dtd.DTDParser
 
getTokenNames() - Method in class org.xerial.wiki.WikiParser
 
getTokenNames() - Method in class org.xerial.wiki.WikiWalker
 
getTokenType(String) - Static method in class org.xerial.amoeba.query.AmoebaQueryToken
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.amoebaQuery_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.andExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.attribute_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.attributeDef_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.attributeDefExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.attributeList_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.attributeName_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.comparisonOp_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.conditionExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.decimalLiteral_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.divideElem_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.divideExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.elementValue_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.expr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.exprSingle_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.fromClause_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.fromTarget_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.function_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.integerLiteral_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.labelExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.lang_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.literal_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.newRelation_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.numericLiteral_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.object_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.objectDefExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.objectList_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.orderByClause_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.orExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.qnameList_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.rangeType_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.relationshipExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.selectExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.selectTarget_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.subQuery_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.targetRelation_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.tupleElement_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.updateExpr_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.value_return
 
getTree() - Method in class org.xerial.amoeba.query.AmoebaQueryParser.whereClause_return
 
getTree() - Method in class org.xerial.json.JSONParser.array_return
 
getTree() - Method in class org.xerial.json.JSONParser.jsonArray_return
 
getTree() - Method in class org.xerial.json.JSONParser.jsonObject_return
 
getTree() - Method in class org.xerial.json.JSONParser.object_return
 
getTree() - Method in class org.xerial.json.JSONParser.objectElement_return
 
getTree() - Method in class org.xerial.json.JSONParser.value_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.andExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.attributeName_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.classAttribute_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.classAttributeList_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.classExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.comparisonOp_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.conditionExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.decimalLiteral_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.fromClause_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.fromTarget_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.function_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.integerLiteral_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.isArray_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.isKey_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.labelExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.literal_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.numericLiteral_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.orderByClause_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.orExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.raquelExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.selectExpr_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.selectTarget_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.targetRelation_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.value_return
 
getTree() - Method in class org.xerial.raquel.RaquelParser.whereClause_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.attDef_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.attlistDecl_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.attType_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.children_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.choice_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.contentSpec_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.cp_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.decimalLiteral_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.dtd_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.elementDecl_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.enumeratedType_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.enumeration_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.integerLiteral_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.literal_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.markupdecl_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.mixed_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.notationType_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.numericLiteral_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.seq_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.stringType_return
 
getTree() - Method in class org.xerial.util.xml.dtd.DTDParser.tokenizedType_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.arrayExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.blockWiki_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.endTag_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.function_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.functionArgExpr_i_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.functionArgExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.functionArgExprList_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.hashEntry_i_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.hashEntry_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.hashEntryList_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.hashExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.inlineWiki_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.link_i_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.link_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.pathExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.qName_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.relativePathExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.wiki_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.wikiExpr_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.wikiFragment_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.wikiSymbol_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.wikiText_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.xmlAttribute_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.xmlContent_i_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.xmlContent_return
 
getTree() - Method in class org.xerial.wiki.WikiParser.xmlElement_return
 
getTreeAdaptor() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
getTreeAdaptor() - Method in class org.xerial.json.JSONParser
 
getTreeAdaptor() - Method in class org.xerial.raquel.RaquelParser
 
getTreeAdaptor() - Method in class org.xerial.util.xml.dtd.DTDParser
 
getTreeAdaptor() - Method in class org.xerial.wiki.WikiParser
 
getTreeVisitor() - Method in class org.xerial.util.bean.TreeWalker
 
getType() - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
getType() - Method in interface org.xerial.util.bean.BeanUpdator
 
getType() - Method