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 in class org.xerial.util.bean.impl.CollectionAdder
 
getType() - Method in class org.xerial.util.bean.impl.MapPutter
 
getType() - Method in class org.xerial.util.bean.impl.Setter
 
getTypeName() - Method in class org.xerial.db.datatype.BooleanType
 
getTypeName() - Method in interface org.xerial.db.datatype.DataType
Gets the type name of this data type, e.g., integer, boolean, etc.
getTypeName() - Method in class org.xerial.db.datatype.DoubleType
 
getTypeName() - Method in class org.xerial.db.datatype.IntegerType
 
getTypeName() - Method in class org.xerial.db.datatype.LongType
 
getTypeName() - Method in class org.xerial.db.datatype.PasswordType
 
getTypeName() - Method in class org.xerial.db.datatype.StringListType
 
getTypeName() - Method in class org.xerial.db.datatype.StringType
 
getTypeName() - Method in class org.xerial.db.datatype.TextType
 
getUpdator(BeanBinderSet, String) - Static method in class org.xerial.util.bean.impl.BeanBindingProcess
 
getURL() - Method in class org.xerial.util.FileResource.FileInJarArchive
 
getURL() - Method in class org.xerial.util.FileResource.SystemFile
 
getURL() - Method in interface org.xerial.util.io.VirtualFile
Gets the URL of this file
getValue(String) - Method in interface org.xerial.amoeba.AmoebaTuple
Gets the value of the corresponding parameterName
getValue(int) - Method in class org.xerial.db.AbstractTuple
 
getValue(String) - Method in class org.xerial.db.AbstractTuple
 
getValue(int) - Method in class org.xerial.db.heap.TupleOnBuffer
 
getValue() - Method in class org.xerial.db.model.DataModelInfo
 
getValue(int) - Method in interface org.xerial.db.Tuple
Gets the column value
getValue(String) - Method in interface org.xerial.db.Tuple
Gets the column value
getValue(int) - Method in class org.xerial.db.TupleImpl
 
getValue() - Method in class org.xerial.db.Value
 
getValue() - Method in class org.xerial.json.JSONBoolean
 
getValue() - Method in class org.xerial.json.JSONPullParser
Reads the current JSONValue, which is one of JSONObject , JSONArray, JSONInteger, JSONDouble, JSONString, JSONBoolean and JSONNull.
getValue() - Method in class org.xerial.json.JSONString
 
getValue(Object, String) - Static method in class org.xerial.util.bean.BeanUtil
 
getValue() - Method in class org.xerial.util.bean.impl.KeyValuePair
 
getValue(OptionID) - Method in class org.xerial.util.cui.OptionParser
Gets the option argument value as a String
getValue(OptionID, String) - Method in class org.xerial.util.cui.OptionParser
Gets the option argument value as a String
getValue(String) - Method in class org.xerial.util.xml.XMLAttribute
 
getValue(String) - Method in class org.xerial.wiki.WikiHash
 
getValue(String, WikiValue) - Method in class org.xerial.wiki.WikiHash
 
getValue() - Method in class org.xerial.wiki.WikiString
 
getValueList(Tree, int) - Static method in class org.xerial.amoeba.query.ANTLRUtil
 
getValueList() - Method in class org.xerial.db.ValueDomain
 
getValueType() - Method in class org.xerial.json.JSONArray
 
getValueType() - Method in class org.xerial.json.JSONBoolean
 
getValueType() - Method in class org.xerial.json.JSONDouble
 
getValueType() - Method in class org.xerial.json.JSONInteger
 
getValueType() - Method in class org.xerial.json.JSONLong
 
getValueType() - Method in class org.xerial.json.JSONNull
 
getValueType() - Method in class org.xerial.json.JSONObject
 
getValueType() - Method in class org.xerial.json.JSONString
 
getValueType() - Method in interface org.xerial.json.JSONValue
Gets the JSON value type of this value
getValueType() - Method in class org.xerial.util.bean.impl.MapPutter
 
getWikiSource() - Method in interface org.xerial.wiki.WikiContext
Gets the source of the wiki
getWriter() - Method in class org.xerial.json.JSONWriter
 
graph() - Method in class org.xerial.util.graph.DFSVisitor
 
GraphException - Exception in org.xerial.util.graph
Exception base class related to Graph package
GraphException() - Constructor for exception org.xerial.util.graph.GraphException
 
GraphException(String) - Constructor for exception org.xerial.util.graph.GraphException
 
GraphException(String, Throwable) - Constructor for exception org.xerial.util.graph.GraphException
 
GraphException(Throwable) - Constructor for exception org.xerial.util.graph.GraphException
 
GraphvizHelper - Class in org.xerial.util.graph
Graphvizのdotファイルを出力するためのヘルパークラス
GraphvizHelper(OutputStream) - Constructor for class org.xerial.util.graph.GraphvizHelper
 
GraphvizHelper(Writer) - Constructor for class org.xerial.util.graph.GraphvizHelper
 
GREATER - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
GREATER - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
GREATER - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
GREATER - Static variable in class org.xerial.raquel.RaquelLexer
 
GREATER - Static variable in class org.xerial.raquel.RaquelParser
 
Gt - Static variable in class org.xerial.wiki.WikiLexer
 
Gt - Static variable in class org.xerial.wiki.WikiParser
 
Gt - Static variable in class org.xerial.wiki.WikiWalker
 

H

H1 - Static variable in class org.xerial.wiki.WikiLexer
 
H1 - Static variable in class org.xerial.wiki.WikiParser
 
H1 - Static variable in class org.xerial.wiki.WikiWalker
 
H2 - Static variable in class org.xerial.wiki.WikiLexer
 
H2 - Static variable in class org.xerial.wiki.WikiParser
 
H2 - Static variable in class org.xerial.wiki.WikiWalker
 
H3 - Static variable in class org.xerial.wiki.WikiLexer
 
H3 - Static variable in class org.xerial.wiki.WikiParser
 
H3 - Static variable in class org.xerial.wiki.WikiWalker
 
handle(ResultSet) - Method in class org.xerial.db.sql.BeanReader
 
handle(T) - Method in class org.xerial.db.sql.BeanResultHandler
 
handle(ResultSet) - Method in class org.xerial.db.sql.ColumnReader
 
handle(ResultSet) - Method in class org.xerial.db.sql.JSONObjectReader
 
handle(ResultSet) - Method in class org.xerial.db.sql.JSONValueReader
 
handle(ResultSet) - Method in class org.xerial.db.sql.ResultPullReader
 
handle(ResultSet) - Method in class org.xerial.db.sql.ResultSetHandler
 
handle(T) - Method in interface org.xerial.util.bean.BeanHandler
 
handle(String[], int) - Method in class org.xerial.util.cui.OptionGroup
 
handle(OptionParser<OptionID>) - Method in interface org.xerial.util.cui.OptionHandler
Called when the option is specified
hasEdge(String, String) - Method in class org.xerial.db.model.DataModel
 
hasEdge(NodeType, NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
Hash - Static variable in class org.xerial.wiki.WikiLexer
 
Hash - Static variable in class org.xerial.wiki.WikiParser
 
Hash - Static variable in class org.xerial.wiki.WikiWalker
 
hashEntry() - Method in class org.xerial.wiki.WikiParser
 
hashEntry() - Method in class org.xerial.wiki.WikiWalker
 
hashEntry_i() - Method in class org.xerial.wiki.WikiParser
 
hashEntryList() - Method in class org.xerial.wiki.WikiParser
 
hashExpr() - Method in class org.xerial.wiki.WikiParser
 
hasKey(String) - Method in class org.xerial.json.JSONObject
 
HasMany - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
HasMany - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
HasMany - Static variable in class org.xerial.raquel.RaquelLexer
 
HasMany - Static variable in class org.xerial.raquel.RaquelParser
 
hasNode(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
HasOne - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
HasOne - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
HasOne - Static variable in class org.xerial.raquel.RaquelLexer
 
HasOne - Static variable in class org.xerial.raquel.RaquelParser
 
hasPath(String, String) - Method in class org.xerial.db.model.DataModel
 
hasPublicConstructor(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
hasTable(String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
HeadingPlugin - Class in org.xerial.wiki.plugin
 
HeadingPlugin() - Constructor for class org.xerial.wiki.plugin.HeadingPlugin
 
Heap - Static variable in class org.xerial.db.PageType
 
HeapIndex - Static variable in class org.xerial.db.PageType
 
HeapPage - Class in org.xerial.db.heap
Heap pages support sequential data appends to the database.
HeapPage(int) - Constructor for class org.xerial.db.heap.HeapPage
 
helpMessage() - Method in class org.xerial.util.cui.OptionParser
Generates the help message for this option parser
HexDigit - Static variable in class org.xerial.json.JSONLexer
 
HexDigit - Static variable in class org.xerial.json.JSONParser
 
HexDigit - Static variable in class org.xerial.json.JSONWalker
 
HexDigit - Static variable in class org.xerial.wiki.WikiLexer
 
HexDigit - Static variable in class org.xerial.wiki.WikiParser
 
HexDigit - Static variable in class org.xerial.wiki.WikiWalker
 
HTMLAttribute - Class in org.xerial.wiki.html
 
HTMLAttribute() - Constructor for class org.xerial.wiki.html.HTMLAttribute
 
HTMLElement - Class in org.xerial.wiki.html
 
HTMLElement(String) - Constructor for class org.xerial.wiki.html.HTMLElement
 
HTMLElement(String, HTMLAttribute) - Constructor for class org.xerial.wiki.html.HTMLElement
 
HyperLink - Static variable in class org.xerial.wiki.WikiWalker
 

I

I1 - Static variable in class org.xerial.wiki.WikiLexer
 
I1 - Static variable in class org.xerial.wiki.WikiParser
 
I1 - Static variable in class org.xerial.wiki.WikiWalker
 
I2 - Static variable in class org.xerial.wiki.WikiLexer
 
I2 - Static variable in class org.xerial.wiki.WikiParser
 
I2 - Static variable in class org.xerial.wiki.WikiWalker
 
I3 - Static variable in class org.xerial.wiki.WikiLexer
 
I3 - Static variable in class org.xerial.wiki.WikiParser
 
I3 - Static variable in class org.xerial.wiki.WikiWalker
 
In - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
In - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
In - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
In - Static variable in class org.xerial.raquel.RaquelLexer
 
In - Static variable in class org.xerial.raquel.RaquelParser
 
indent(int) - Method in class org.xerial.util.xml.XMLGenerator
 
inEdgeList(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
info(Object) - Method in class org.xerial.util.log.Logger
 
init() - Method in class org.xerial.db.sql.BeanResultHandler
 
init() - Method in class org.xerial.db.sql.ResultSetHandler
 
init(TreeWalker) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
init(TreeWalker) - Method in interface org.xerial.util.bean.TreeVisitor
Initialize the visitor here
init() - Method in class org.xerial.util.xml.index.DataGuide
 
initialize() - Static method in class org.xerial.db.sql.sqlite.SQLiteJDBCLoader
 
initialize(boolean) - Static method in class org.xerial.db.sql.sqlite.SQLiteJDBCLoader
 
initializeNode(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
inlineWiki() - Method in class org.xerial.wiki.WikiParser
 
INPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
INPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
INPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Insert - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
INSERT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Insert - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
INSERT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Insert - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
INSERT - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
insert(String, T) - Method in interface org.xerial.db.sql.DatabaseAccess
Inserts a bean into a table
insert(String, T) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
Insert - Static variable in class org.xerial.raquel.RaquelLexer
 
Insert - Static variable in class org.xerial.raquel.RaquelParser
 
inspectSetter(Class) - Static method in class org.xerial.util.bean.BeanUtil
 
Int - Static variable in class org.xerial.json.JSONLexer
 
Int - Static variable in class org.xerial.json.JSONParser
 
Int - Static variable in class org.xerial.json.JSONWalker
 
Int - Static variable in class org.xerial.wiki.WikiLexer
 
Int - Static variable in class org.xerial.wiki.WikiParser
 
Int - Static variable in class org.xerial.wiki.WikiWalker
 
INT_SIZE - Static variable in class org.xerial.db.datatype.TypeInformation
 
INTEGER - Static variable in class org.xerial.json.JSONLexer
 
Integer - Static variable in class org.xerial.json.JSONLexer
 
INTEGER - Static variable in class org.xerial.json.JSONParser
 
Integer - Static variable in class org.xerial.json.JSONParser
 
INTEGER - Static variable in class org.xerial.json.JSONWalker
 
Integer - Static variable in class org.xerial.json.JSONWalker
 
integerLiteral() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
integerLiteral() - Method in class org.xerial.raquel.RaquelParser
 
integerLiteral() - Method in class org.xerial.util.xml.dtd.DTDParser
 
IntegerType - Class in org.xerial.db.datatype
 
IntegerType(String) - Constructor for class org.xerial.db.datatype.IntegerType
 
IntegerType(String, ValueDomain) - Constructor for class org.xerial.db.datatype.IntegerType
 
IntegerType(String, boolean, boolean) - Constructor for class org.xerial.db.datatype.IntegerType
 
internalEntityDecl(String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
InternetLink - Static variable in class org.xerial.wiki.WikiLexer
 
InternetLink - Static variable in class org.xerial.wiki.WikiParser
 
InternetLink - Static variable in class org.xerial.wiki.WikiWalker
 
interruptAll() - Method in class org.xerial.util.thread.ThreadGroup
 
IntervalIndexer - Class in org.xerial.util.xml.index
(start, end)のラベリングをXMLに対して行う
IntervalIndexer(LWIndexWriter) - Constructor for class org.xerial.util.xml.index.IntervalIndexer
 
IntervalIndexer.LWIndex - Class in org.xerial.util.xml.index
 
IntervalIndexer.LWIndex(int, int, int) - Constructor for class org.xerial.util.xml.index.IntervalIndexer.LWIndex
 
Into - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Into - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Into - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Into - Static variable in class org.xerial.raquel.RaquelLexer
 
Into - Static variable in class org.xerial.raquel.RaquelParser
 
intValue() - Method in class org.xerial.db.VariableLengthInteger
 
InvalidXMLException - Exception in org.xerial.util.xml
invalidなフォーマットのXMLが入力されたときのための例外
InvalidXMLException() - Constructor for exception org.xerial.util.xml.InvalidXMLException
 
InvalidXMLException(String) - Constructor for exception org.xerial.util.xml.InvalidXMLException
 
InvalidXMLException(String, Throwable) - Constructor for exception org.xerial.util.xml.InvalidXMLException
 
InvalidXMLException(Throwable) - Constructor for exception org.xerial.util.xml.InvalidXMLException
 
InvertedPath - Class in org.xerial.util.xml.index
InvertedPath: /booklist/book/authorというXPathのinverted pathは、author.book.booklist
InvertedPath() - Constructor for class org.xerial.util.xml.index.InvertedPath
 
InvertedPath(String) - Constructor for class org.xerial.util.xml.index.InvertedPath
 
InvertedPath(InvertedPath) - Constructor for class org.xerial.util.xml.index.InvertedPath
copy constructor
InvertedPathTree - Class in org.xerial.util.xml.index
Inverted pathの集合をグラフで表現したもの(Inverted Path Tree)
InvertedPathTree() - Constructor for class org.xerial.util.xml.index.InvertedPathTree
 
invokeSetter(WikiPlugin, String, WikiValue) - Method in class org.xerial.wiki.WikiEngine
Sets the parameter value to the plugin
isAbsolutePath() - Method in class org.xerial.util.xml.SinglePath
 
isActive() - Method in class org.xerial.util.cui.OptionGroup
 
isArray() - Method in class org.xerial.raquel.expr.ClassAttribute
 
isArray() - Method in class org.xerial.raquel.RaquelParser
 
isArray() - Method in class org.xerial.wiki.WikiArray
 
isArray() - Method in class org.xerial.wiki.WikiHash
 
isArray() - Method in class org.xerial.wiki.WikiString
 
isArray() - Method in interface org.xerial.wiki.WikiValue
 
isAttributeDefault(int) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
isBasicType(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isCollection(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isDirectory() - Method in class org.xerial.util.FileResource.FileInJarArchive
 
isDirectory() - Method in class org.xerial.util.FileResource.SystemFile
 
isDirectory() - Method in interface org.xerial.util.io.VirtualFile
is directory?
isDirty() - Method in class org.xerial.db.btree.BTreePageHeader
 
isDOMElement(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isEmptyElementTag() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
isEnabled(LogLevel) - Method in class org.xerial.util.log.Logger
 
isEnabledColor() - Method in class org.xerial.util.log.Logger
 
isGlobal() - Method in class org.xerial.amoeba.algebra.AttributeLabel
 
isHash() - Method in class org.xerial.wiki.WikiArray
 
isHash() - Method in class org.xerial.wiki.WikiHash
 
isHash() - Method in class org.xerial.wiki.WikiString
 
isHash() - Method in interface org.xerial.wiki.WikiValue
 
isKey() - Method in class org.xerial.raquel.expr.ClassAttribute
 
isKey() - Method in class org.xerial.raquel.RaquelParser
 
isMap(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isNotNull() - Method in interface org.xerial.db.datatype.DataType
allowed to be null?
isNotNull() - Method in class org.xerial.db.datatype.DataTypeBase
 
isNotnull() - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
isPk() - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
isPrimaryKey() - Method in interface org.xerial.db.datatype.DataType
is primary key?
isPrimaryKey() - Method in class org.xerial.db.datatype.DataTypeBase
 
isPrimaryKey() - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
isSet(int, int) - Method in class org.xerial.db.cache.Buffer
 
isSet(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isSet() - Method in class org.xerial.util.cui.Option
 
isSet(OptionID) - Method in class org.xerial.util.cui.OptionParser
特定のoptionがセットされているか調べる
isSortedMap(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isSortedSet(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isString(Class) - Static method in class org.xerial.util.bean.TypeInformation
 
isString() - Method in class org.xerial.wiki.WikiArray
 
isString() - Method in class org.xerial.wiki.WikiHash
 
isString() - Method in class org.xerial.wiki.WikiString
 
isString() - Method in interface org.xerial.wiki.WikiValue
 
isTerminated() - Method in class org.xerial.util.graph.DFA
 
isValidPageType(int) - Static method in class org.xerial.db.PageType
 
isWhiteSpace(String) - Static method in class org.xerial.util.StringUtil
 
isWhitespace() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
item(int) - Method in class org.xerial.util.xml.dom.IterableNodeList
 
IterableNodeList - Class in org.xerial.util.xml.dom
 
IterableNodeList(NodeList) - Constructor for class org.xerial.util.xml.dom.IterableNodeList
 
iterator() - Method in class org.xerial.db.heap.HeapPage
 
iterator() - Method in class org.xerial.json.JSONArray
 
iterator() - Method in class org.xerial.util.xml.dom.IterableNodeList
 
iterator() - Method in class org.xerial.util.xml.index.InvertedPath
 
iterator() - Method in class org.xerial.util.xml.SinglePath
 
iterator() - Method in class org.xerial.wiki.WikiArray
 

J

JDBC - Class in org.sqlite
 
JDBC() - Constructor for class org.sqlite.JDBC
 
jdbcCompliant() - Method in class org.sqlite.JDBC
 
join(Collection, String) - Static method in class org.xerial.json.JSONValueBase
Concatinates all elements in the given collection c into a single string with the separator
join(Collection, String) - Static method in class org.xerial.util.StringUtil
Concatinates all elements in the given collection c into a single string with the separator
join(Object[], String) - Static method in class org.xerial.util.StringUtil
Concatinates all elements in the given array c into a single string with the separator
joinAll() - Method in class org.xerial.util.thread.ThreadGroup
 
joinAll() - Method in class org.xerial.util.thread.ThreadManager
Waits until all tasks assigned to this ThreadManager.
JSONArray - Class in org.xerial.json
 
JSONArray() - Constructor for class org.xerial.json.JSONArray
 
JSONArray(String) - Constructor for class org.xerial.json.JSONArray
 
jsonArray() - Method in class org.xerial.json.JSONParser
 
jsonArray() - Method in class org.xerial.json.JSONWalker
 
JSONBoolean - Class in org.xerial.json
 
JSONBoolean(boolean) - Constructor for class org.xerial.json.JSONBoolean
 
JSONBoolean(String) - Constructor for class org.xerial.json.JSONBoolean
 
JSONDouble - Class in org.xerial.json
 
JSONDouble(double) - Constructor for class org.xerial.json.JSONDouble
 
JSONDouble(String) - Constructor for class org.xerial.json.JSONDouble
 
JSONErrorCode - Enum in org.xerial.json
 
JSONEvent - Enum in org.xerial.json
 
JSONException - Exception in org.xerial.json
Exception class related JSON
JSONException(JSONErrorCode) - Constructor for exception org.xerial.json.JSONException
 
JSONException(JSONErrorCode, String) - Constructor for exception org.xerial.json.JSONException
 
JSONException(JSONErrorCode, String, Throwable) - Constructor for exception org.xerial.json.JSONException
 
JSONException(JSONErrorCode, Throwable) - Constructor for exception org.xerial.json.JSONException
 
JSONException(JSONErrorCode, Object...) - Constructor for exception org.xerial.json.JSONException
 
JSONInteger - Class in org.xerial.json
 
JSONInteger(String) - Constructor for class org.xerial.json.JSONInteger
 
JSONInteger(int) - Constructor for class org.xerial.json.JSONInteger
 
JSONLexer - Class in org.xerial.json
 
JSONLexer() - Constructor for class org.xerial.json.JSONLexer
 
JSONLexer(CharStream) - Constructor for class org.xerial.json.JSONLexer
 
JSONLong - Class in org.xerial.json
 
JSONLong(String) - Constructor for class org.xerial.json.JSONLong
 
JSONLong(long) - Constructor for class org.xerial.json.JSONLong
 
JSONNull - Class in org.xerial.json
 
JSONNull() - Constructor for class org.xerial.json.JSONNull
 
JSONNumber - Interface in org.xerial.json
 
JSONObject - Class in org.xerial.json
 
JSONObject() - Constructor for class org.xerial.json.JSONObject
 
JSONObject(String) - Constructor for class org.xerial.json.JSONObject
 
jsonObject() - Method in class org.xerial.json.JSONParser
 
jsonObject() - Method in class org.xerial.json.JSONWalker
 
JSONObjectReader - Class in org.xerial.db.sql
 
JSONObjectReader() - Constructor for class org.xerial.db.sql.JSONObjectReader
 
JSONParser - Class in org.xerial.json
 
JSONParser(TokenStream) - Constructor for class org.xerial.json.JSONParser
 
JSONParser.array_return - Class in org.xerial.json
 
JSONParser.array_return() - Constructor for class org.xerial.json.JSONParser.array_return
 
JSONParser.jsonArray_return - Class in org.xerial.json
 
JSONParser.jsonArray_return() - Constructor for class org.xerial.json.JSONParser.jsonArray_return
 
JSONParser.jsonObject_return - Class in org.xerial.json
 
JSONParser.jsonObject_return() - Constructor for class org.xerial.json.JSONParser.jsonObject_return
 
JSONParser.object_return - Class in org.xerial.json
 
JSONParser.object_return() - Constructor for class org.xerial.json.JSONParser.object_return
 
JSONParser.objectElement_return - Class in org.xerial.json
 
JSONParser.objectElement_return() - Constructor for class org.xerial.json.JSONParser.objectElement_return
 
JSONParser.value_return - Class in org.xerial.json
 
JSONParser.value_return() - Constructor for class org.xerial.json.JSONParser.value_return
 
JSONPullParser - Class in org.xerial.json
Pull Parser for JSON data
JSONPullParser(String) - Constructor for class org.xerial.json.JSONPullParser
 
JSONPullParser(JSONObject) - Constructor for class org.xerial.json.JSONPullParser
 
JSONPullParser(InputStream) - Constructor for class org.xerial.json.JSONPullParser
 
JSONPullParser(Reader) - Constructor for class org.xerial.json.JSONPullParser
 
JSONPullParser(JSONLexer) - Constructor for class org.xerial.json.JSONPullParser
 
jsonQuery(String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
JSONStreamWalker - Class in org.xerial.util.bean
A walker that traverses JSON streams
JSONStreamWalker(TreeVisitor, Reader) - Constructor for class org.xerial.util.bean.JSONStreamWalker
 
JSONString - Class in org.xerial.json
 
JSONString() - Constructor for class org.xerial.json.JSONString
 
JSONString(String) - Constructor for class org.xerial.json.JSONString
 
JSONUtil - Class in org.xerial.json
 
JSONValue - Interface in org.xerial.json
 
JSONValueBase - Class in org.xerial.json
 
JSONValueBase() - Constructor for class org.xerial.json.JSONValueBase
 
JSONValueReader - Class in org.xerial.db.sql
 
JSONValueReader(String) - Constructor for class org.xerial.db.sql.JSONValueReader
 
JSONValueType - Enum in org.xerial.json
 
JSONWalker - Class in org.xerial.json
JSONWalker generates JSONObject and JSONArray instances from a given input JSON parse tree.
JSONWalker(TreeNodeStream) - Constructor for class org.xerial.json.JSONWalker
 
JSONWalker.ArrayLayer_scope - Class in org.xerial.json
 
JSONWalker.ArrayLayer_scope() - Constructor for class org.xerial.json.JSONWalker.ArrayLayer_scope
 
JSONWalker.ObjectLayer_scope - Class in org.xerial.json
 
JSONWalker.ObjectLayer_scope() - Constructor for class org.xerial.json.JSONWalker.ObjectLayer_scope
 
JSONWriter - Class in org.xerial.json
A support class for generating JSON data
JSONWriter(Writer) - Constructor for class org.xerial.json.JSONWriter
 

K

KEY - Static variable in class org.xerial.raquel.RaquelLexer
 
KEY - Static variable in class org.xerial.raquel.RaquelParser
 
keys() - Method in class org.xerial.json.JSONObject
 
keySet() - Method in class org.xerial.wiki.WikiHash
 
keyType() - Method in class org.xerial.util.bean.impl.KeyValuePair
 
KeyValuePair - Class in org.xerial.util.bean.impl
Key and value pair structure for preparing data object for MapPutter
KeyValuePair(MapPutter) - Constructor for class org.xerial.util.bean.impl.KeyValuePair
 
KeyValuePair(MapPutter, Class, Class) - Constructor for class org.xerial.util.bean.impl.KeyValuePair
 
Keyword - Enum in org.xerial.mlpress
preserved keywords in MLPress.

L

label(Object, Object) - Method in class org.xerial.util.graph.GraphvizHelper
 
labelExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
labelExpr() - Method in class org.xerial.raquel.RaquelParser
 
LANG - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
LANG - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
lang() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
LBrace - Static variable in class org.xerial.json.JSONLexer
 
LBrace - Static variable in class org.xerial.json.JSONParser
 
LBrace - Static variable in class org.xerial.json.JSONWalker
 
LBrace - Static variable in class org.xerial.wiki.WikiLexer
 
LBrace - Static variable in class org.xerial.wiki.WikiParser
 
LBrace - Static variable in class org.xerial.wiki.WikiWalker
 
LBracket - Static variable in class org.xerial.json.JSONLexer
 
LBracket - Static variable in class org.xerial.json.JSONParser
 
LBracket - Static variable in class org.xerial.json.JSONWalker
 
LBracket - Static variable in class org.xerial.raquel.RaquelLexer
 
LBracket - Static variable in class org.xerial.raquel.RaquelParser
 
LBracket - Static variable in class org.xerial.wiki.WikiLexer
 
LBracket - Static variable in class org.xerial.wiki.WikiParser
 
LBracket - Static variable in class org.xerial.wiki.WikiWalker
 
leaveNode(String, String, TreeWalker) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
leaveNode(String, String, TreeWalker) - Method in interface org.xerial.util.bean.TreeVisitor
When leaving a node
length() - Method in class org.xerial.util.xml.XMLAttribute
 
LEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
LEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
LEQ - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
LEQ - Static variable in class org.xerial.raquel.RaquelLexer
 
LEQ - Static variable in class org.xerial.raquel.RaquelParser
 
LESS - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
LESS - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
LESS - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
LESS - Static variable in class org.xerial.raquel.RaquelLexer
 
LESS - Static variable in class org.xerial.raquel.RaquelParser
 
Letter - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Letter - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Letter - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Letter - Static variable in class org.xerial.raquel.RaquelLexer
 
Letter - Static variable in class org.xerial.raquel.RaquelParser
 
Letter - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Letter - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Letter - Static variable in class org.xerial.wiki.WikiLexer
 
Letter - Static variable in class org.xerial.wiki.WikiParser
 
Letter - Static variable in class org.xerial.wiki.WikiWalker
 
level - Variable in class org.xerial.wiki.plugin.HeadingPlugin
 
lexicographicalCompare(Iterable<E>, Iterable<E>) - Static method in class org.xerial.util.Algorithm
辞書順に比較を行う。
LINE_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
LINE_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
LINE_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
LINE_COMMENT - Static variable in class org.xerial.raquel.RaquelLexer
 
LINE_COMMENT - Static variable in class org.xerial.raquel.RaquelParser
 
LINE_COMMENT - Static variable in class org.xerial.wiki.WikiLexer
 
LINE_COMMENT - Static variable in class org.xerial.wiki.WikiParser
 
LINE_COMMENT - Static variable in class org.xerial.wiki.WikiWalker
 
Link - Class in org.xerial.wiki.html
 
Link() - Constructor for class org.xerial.wiki.html.Link
 
link() - Method in class org.xerial.wiki.WikiParser
 
link_i() - Method in class org.xerial.wiki.WikiParser
 
LinkPlugin - Class in org.xerial.wiki.plugin
 
LinkPlugin() - Constructor for class org.xerial.wiki.plugin.LinkPlugin
 
listFilesInDirectory(String) - Method in interface org.xerial.db.storage.XerialFS
 
listResources(String) - Static method in class org.xerial.util.FileResource
list up resources recursively under the given base package name
listResources(ResourceFilter) - Static method in class org.xerial.util.FileResource
Lists up all resources satisfying the given resourceFilter from the current class loader
listResources(ClassLoader, ResourceFilter) - Static method in class org.xerial.util.FileResource
Lists up all resources satisfying the given resourceFilter from the given current class loader
listResources(URL, String, ResourceFilter) - Static method in class org.xerial.util.FileResource
Lists up all resources recursively under the given resourceURL.
listResources(String, ResourceFilter) - Static method in class org.xerial.util.FileResource
list up resources recursively under the given base package name
listResources(ClassLoader, String, ResourceFilter) - Static method in class org.xerial.util.FileResource
list up resources recursively under the given base package name
literal() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
literal() - Method in class org.xerial.raquel.RaquelParser
 
literal() - Method in class org.xerial.util.xml.dtd.DTDParser
 
load(String) - Method in class org.xerial.amoeba.XMLOrganizer
 
load(BufferReader) - Method in class org.xerial.db.btree.BTreePageHeader
 
load(DBFile) - Method in class org.xerial.db.cache.Buffer
 
load(BufferReader) - Method in class org.xerial.db.CommonPageHeader
 
load(BufferReader) - Method in class org.xerial.db.heap.TupleOnBuffer
 
load(SQLiteAccess) - Method in class org.xerial.db.model.DataModel
 
load(BufferReader) - Method in interface org.xerial.db.Tuple
Loads the tuple from the buffer
load(BufferReader) - Method in class org.xerial.db.TupleImpl
 
loadFrom(Buffer, TupleFactory) - Method in class org.xerial.db.heap.HeapPage
Loads the heap contents from the buffer
loadFromFile(String) - Method in class org.xerial.db.storage.MemoryFile
 
loadJSON(Reader, Class<T>, BeanHandler<T>) - Static method in class org.xerial.util.bean.BeanUtil
 
Logger - Class in org.xerial.util.log
 
LogLevel - Enum in org.xerial.util.log
 
LONG_SIZE - Static variable in class org.xerial.db.datatype.TypeInformation
 
LongType - Class in org.xerial.db.datatype
Long data type
LongType(String) - Constructor for class org.xerial.db.datatype.LongType
 
LongType(String, boolean, boolean) - Constructor for class org.xerial.db.datatype.LongType
 
LongType(String, boolean) - Constructor for class org.xerial.db.datatype.LongType
 
LowerLetter - Static variable in class org.xerial.wiki.WikiLexer
 
LowerLetter - Static variable in class org.xerial.wiki.WikiParser
 
LParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
LParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
LParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
LParen - Static variable in class org.xerial.raquel.RaquelLexer
 
LParen - Static variable in class org.xerial.raquel.RaquelParser
 
LParen - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
LParen - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
LParen - Static variable in class org.xerial.wiki.WikiLexer
 
LParen - Static variable in class org.xerial.wiki.WikiParser
 
LParen - Static variable in class org.xerial.wiki.WikiWalker
 
Lt - Static variable in class org.xerial.wiki.WikiLexer
 
Lt - Static variable in class org.xerial.wiki.WikiParser
 
Lt - Static variable in class org.xerial.wiki.WikiWalker
 
LWIndexWriter - Class in org.xerial.util.xml.index
XML Indexを出力するクラス
LWIndexWriter() - Constructor for class org.xerial.util.xml.index.LWIndexWriter
 

M

main(String[]) - Static method in class org.xerial.amoeba.XMLOrganizer
 
main(String[]) - Static method in class org.xerial.benchmark.Bench
 
main(String[]) - Static method in class org.xerial.benchmark.BenchmarkTableGenerator
 
main(String[]) - Static method in class org.xerial.benchmark.BookSeller
 
main(String[]) - Static method in class org.xerial.db.sql.sqlite.SQLiteReader
 
main(String[]) - Static method in class org.xerial.db.sql.sqlite.SQLiteServer
 
main(String[]) - Static method in class org.xerial.mlpress.MLPress
 
main(String[]) - Static method in class org.xerial.tomcat.TomcatServer
entry point for running Tomcat from CUI
main(String[]) - Static method in class org.xerial.util.text.Stemmer
Test program for demonstrating the Stemmer.
main(String[]) - Static method in class org.xerial.util.xml.analyzer.XMLNodeRelationAnalyzer
 
main(String[]) - Static method in class org.xerial.util.xml.index.DataGuide
 
main(String[]) - Static method in class org.xerial.util.xml.index.InvertedPathTree
 
main(String[]) - Static method in class org.xerial.util.xml.index.StrongDataGuide
 
mApos() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mApos() - Method in class org.xerial.raquel.RaquelLexer
 
mApos() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mapPutter - Variable in class org.xerial.util.bean.impl.KeyValuePair
 
MapPutter - Class in org.xerial.util.bean.impl
 
MapPutter(Method, String, Class, Class) - Constructor for class org.xerial.util.bean.impl.MapPutter
 
MapSetter - Class in org.xerial.util.bean.impl
 
MapSetter(Method, String, Class, Class, Class) - Constructor for class org.xerial.util.bean.impl.MapSetter
 
MapWalker - Class in org.xerial.util.bean
TreeWalker for map structured data
MapWalker(TreeVisitor, Map) - Constructor for class org.xerial.util.bean.MapWalker
 
markupdecl() - Method in class org.xerial.util.xml.dtd.DTDParser
 
mAt() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mAt() - Method in class org.xerial.raquel.RaquelLexer
 
mAt() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mAt() - Method in class org.xerial.wiki.WikiLexer
 
mAttValue() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
max() - Method in class org.xerial.util.MinMax
 
mBlankLine() - Method in class org.xerial.wiki.WikiLexer
 
mCharRef() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mClass() - Method in class org.xerial.raquel.RaquelLexer
 
mCloseTagBegin() - Method in class org.xerial.wiki.WikiLexer
 
mColon() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mColon() - Method in class org.xerial.json.JSONLexer
 
mColon() - Method in class org.xerial.raquel.RaquelLexer
 
mColon() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mColon() - Method in class org.xerial.wiki.WikiLexer
 
mComma() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mComma() - Method in class org.xerial.json.JSONLexer
 
mComma() - Method in class org.xerial.raquel.RaquelLexer
 
mComma() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mComma() - Method in class org.xerial.wiki.WikiLexer
 
mDataType() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDefaultDecl() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mDigit() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDigit() - Method in class org.xerial.json.JSONLexer
 
mDigit() - Method in class org.xerial.raquel.RaquelLexer
 
mDigit() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mDigit() - Method in class org.xerial.wiki.WikiLexer
 
mDigits() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDigits() - Method in class org.xerial.raquel.RaquelLexer
 
mDigits() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mDISTINCT() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDIVIDE() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDot() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mDot() - Method in class org.xerial.json.JSONLexer
 
mDot() - Method in class org.xerial.raquel.RaquelLexer
 
mDot() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mDot() - Method in class org.xerial.wiki.WikiLexer
 
mDouble() - Method in class org.xerial.json.JSONLexer
 
mElement() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
MemoryBlock - Class in org.xerial.mlpress
The byte size of MemoryBlock dinamically expands from 256 to 512, 1024, 2048, 4096, 8192, 16384, 32768 and 65536.
MemoryBlock(int, MemoryBlockManager) - Constructor for class org.xerial.mlpress.MemoryBlock
 
MemoryBlockManager - Class in org.xerial.mlpress
 
MemoryBlockManager(int) - Constructor for class org.xerial.mlpress.MemoryBlockManager
 
MemoryFile - Class in org.xerial.db.storage
MemoryFile is a class to handle main memory as if it were a file
MemoryFile() - Constructor for class org.xerial.db.storage.MemoryFile
 
mEntityRef() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mEq() - Method in class org.xerial.wiki.WikiLexer
 
mEQUAL() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mEQUAL() - Method in class org.xerial.raquel.RaquelLexer
 
mEscapeSequence() - Method in class org.xerial.json.JSONLexer
 
mEscapeSequence() - Method in class org.xerial.wiki.WikiLexer
 
mExp() - Method in class org.xerial.json.JSONLexer
 
mExp() - Method in class org.xerial.wiki.WikiLexer
 
mFALSE() - Method in class org.xerial.json.JSONLexer
 
mFrac() - Method in class org.xerial.json.JSONLexer
 
mFrac() - Method in class org.xerial.wiki.WikiLexer
 
mFrom() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mFrom() - Method in class org.xerial.raquel.RaquelLexer
 
mFunctionID() - Method in class org.xerial.wiki.WikiLexer
 
mFunctionName() - Method in class org.xerial.wiki.WikiLexer
 
mGEQ() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mGEQ() - Method in class org.xerial.raquel.RaquelLexer
 
mGREATER() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mGREATER() - Method in class org.xerial.raquel.RaquelLexer
 
mGt() - Method in class org.xerial.wiki.WikiLexer
 
mH1() - Method in class org.xerial.wiki.WikiLexer
 
mH2() - Method in class org.xerial.wiki.WikiLexer
 
mH3() - Method in class org.xerial.wiki.WikiLexer
 
mHasMany() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mHasMany() - Method in class org.xerial.raquel.RaquelLexer
 
mHasOne() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mHasOne() - Method in class org.xerial.raquel.RaquelLexer
 
mHexDigit() - Method in class org.xerial.json.JSONLexer
 
mHexDigit() - Method in class org.xerial.wiki.WikiLexer
 
mI1() - Method in class org.xerial.wiki.WikiLexer
 
mI2() - Method in class org.xerial.wiki.WikiLexer
 
mI3() - Method in class org.xerial.wiki.WikiLexer
 
mIn() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mIn() - Method in class org.xerial.raquel.RaquelLexer
 
min() - Method in class org.xerial.util.MinMax
 
minmax(E, E) - Static method in class org.xerial.util.Algorithm
2つの入力の大小のペアを計算する
MinMax<E> - Class in org.xerial.util
A pair of min and max values
MinMax(E, E) - Constructor for class org.xerial.util.MinMax
Creates a pair of min and max
mInsert() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mInsert() - Method in class org.xerial.raquel.RaquelLexer
 
mInt() - Method in class org.xerial.json.JSONLexer
 
mInt() - Method in class org.xerial.wiki.WikiLexer
 
mInteger() - Method in class org.xerial.json.JSONLexer
 
mInternetLink() - Method in class org.xerial.wiki.WikiLexer
 
mInto() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mInto() - Method in class org.xerial.raquel.RaquelLexer
 
mixed() - Method in class org.xerial.util.xml.dtd.DTDParser
 
ML_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ML_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
ML_COMMENT - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
ML_COMMENT - Static variable in class org.xerial.raquel.RaquelLexer
 
ML_COMMENT - Static variable in class org.xerial.raquel.RaquelParser
 
ML_COMMENT - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
ML_COMMENT - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
ML_COMMENT - Static variable in class org.xerial.wiki.WikiLexer
 
ML_COMMENT - Static variable in class org.xerial.wiki.WikiParser
 
ML_COMMENT - Static variable in class org.xerial.wiki.WikiWalker
 
mLBrace() - Method in class org.xerial.json.JSONLexer
 
mLBrace() - Method in class org.xerial.wiki.WikiLexer
 
mLBracket() - Method in class org.xerial.json.JSONLexer
 
mLBracket() - Method in class org.xerial.raquel.RaquelLexer
 
mLBracket() - Method in class org.xerial.wiki.WikiLexer
 
mLEQ() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mLEQ() - Method in class org.xerial.raquel.RaquelLexer
 
mLESS() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mLESS() - Method in class org.xerial.raquel.RaquelLexer
 
mLetter() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mLetter() - Method in class org.xerial.raquel.RaquelLexer
 
mLetter() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mLetter() - Method in class org.xerial.wiki.WikiLexer
 
mLINE_COMMENT() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mLINE_COMMENT() - Method in class org.xerial.raquel.RaquelLexer
 
mLINE_COMMENT() - Method in class org.xerial.wiki.WikiLexer
 
mLowerLetter() - Method in class org.xerial.wiki.WikiLexer
 
mLParen() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mLParen() - Method in class org.xerial.raquel.RaquelLexer
 
mLParen() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mLParen() - Method in class org.xerial.wiki.WikiLexer
 
MLPress - Class in org.xerial.mlpress
 
MLPress() - Constructor for class org.xerial.mlpress.MLPress
 
mLt() - Method in class org.xerial.wiki.WikiLexer
 
mML_COMMENT() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mML_COMMENT() - Method in class org.xerial.raquel.RaquelLexer
 
mML_COMMENT() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mML_COMMENT() - Method in class org.xerial.wiki.WikiLexer
 
mName() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mName() - Method in class org.xerial.raquel.RaquelLexer
 
mName() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mName() - Method in class org.xerial.wiki.WikiLexer
 
mNameChar() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mNameChar() - Method in class org.xerial.raquel.RaquelLexer
 
mNameChar() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mNameChar() - Method in class org.xerial.wiki.WikiLexer
 
mNEWLINE() - Method in class org.xerial.wiki.WikiLexer
 
mNOT_EQUAL() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mNOT_EQUAL() - Method in class org.xerial.raquel.RaquelLexer
 
mNULL() - Method in class org.xerial.json.JSONLexer
 
mObject() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mPreText() - Method in class org.xerial.wiki.WikiLexer
 
mProtocolPrefix() - Method in class org.xerial.wiki.WikiLexer
 
mQName() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mQName() - Method in class org.xerial.raquel.RaquelLexer
 
mQuot() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mQuot() - Method in class org.xerial.raquel.RaquelLexer
 
mQuot() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mRANGE() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mRBrace() - Method in class org.xerial.json.JSONLexer
 
mRBrace() - Method in class org.xerial.wiki.WikiLexer
 
mRBracket() - Method in class org.xerial.json.JSONLexer
 
mRBracket() - Method in class org.xerial.raquel.RaquelLexer
 
mRBracket() - Method in class org.xerial.wiki.WikiLexer
 
mReference() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mRelationship() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mRParen() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mRParen() - Method in class org.xerial.raquel.RaquelLexer
 
mRParen() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mRParen() - Method in class org.xerial.wiki.WikiLexer
 
mSelect() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mSelect() - Method in class org.xerial.raquel.RaquelLexer
 
mSemiColon() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mSlash() - Method in class org.xerial.wiki.WikiLexer
 
mSPLIT() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mSPLIT() - Method in class org.xerial.raquel.RaquelLexer
 
mStar() - Method in class org.xerial.wiki.WikiLexer
 
mString() - Method in class org.xerial.json.JSONLexer
 
mStringChar() - Method in class org.xerial.json.JSONLexer
 
mStringChar() - Method in class org.xerial.wiki.WikiLexer
 
mStringCharacters() - Method in class org.xerial.wiki.WikiLexer
 
mStringLiteral() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mStringLiteral() - Method in class org.xerial.raquel.RaquelLexer
 
mStringLiteral() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mStringLiteral() - Method in class org.xerial.wiki.WikiLexer
 
mSymbol() - Method in class org.xerial.wiki.WikiLexer
 
mT29() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT30() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT31() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT32() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT33() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT34() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT35() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT36() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT37() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT38() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT39() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT40() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT41() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT42() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT43() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT44() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT45() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT46() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mT50() - Method in class org.xerial.raquel.RaquelLexer
 
mT51() - Method in class org.xerial.raquel.RaquelLexer
 
mT52() - Method in class org.xerial.raquel.RaquelLexer
 
mT53() - Method in class org.xerial.raquel.RaquelLexer
 
mT54() - Method in class org.xerial.raquel.RaquelLexer
 
mT55() - Method in class org.xerial.raquel.RaquelLexer
 
mT71() - Method in class org.xerial.wiki.WikiLexer
 
mT77() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT78() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT79() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT80() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT81() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT82() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT83() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT84() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT85() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT86() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT87() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mT88() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mTokens() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mTokens() - Method in class org.xerial.json.JSONLexer
 
mTokens() - Method in class org.xerial.raquel.RaquelLexer
 
mTokens() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mTokens() - Method in class org.xerial.wiki.WikiLexer
 
mTRUE() - Method in class org.xerial.json.JSONLexer
 
mUnicodeChar() - Method in class org.xerial.json.JSONLexer
 
mUnicodeChar() - Method in class org.xerial.wiki.WikiLexer
 
mUpperLetter() - Method in class org.xerial.wiki.WikiLexer
 
mURLChar() - Method in class org.xerial.wiki.WikiLexer
 
mURLQueryChar() - Method in class org.xerial.wiki.WikiLexer
 
mWhere() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mWhere() - Method in class org.xerial.raquel.RaquelLexer
 
mWhiteSpace() - Method in class org.xerial.json.JSONLexer
 
mWhiteSpace() - Method in class org.xerial.wiki.WikiLexer
 
mWhiteSpaceChar() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mWhiteSpaceChar() - Method in class org.xerial.raquel.RaquelLexer
 
mWhiteSpaceChar() - Method in class org.xerial.util.xml.dtd.DTDLexer
 
mWhiteSpaces() - Method in class org.xerial.wiki.WikiLexer
 
mWikiBlockSymbol() - Method in class org.xerial.wiki.WikiLexer
 
mWikiName() - Method in class org.xerial.wiki.WikiLexer
 
mWildcard() - Method in class org.xerial.amoeba.query.AmoebaQueryLexer
 
mWildcard() - Method in class org.xerial.raquel.RaquelLexer
 
mWord() - Method in class org.xerial.wiki.WikiLexer
 
MySQLAccess - Class in org.xerial.db.sql.mysql
Adapter for MySQL database.
MySQLAccess(String, String, String) - Constructor for class org.xerial.db.sql.mysql.MySQLAccess
 
MySQLAccess(String, String, String, int) - Constructor for class org.xerial.db.sql.mysql.MySQLAccess
 

N

NaiveConnectionPool - Class in org.xerial.db.sql
NaiveConnectionPool creates a connection every time when a query is requested, then closes the connection affte its ResultSet is consumed.
NaiveConnectionPool(String, String) - Constructor for class org.xerial.db.sql.NaiveConnectionPool
 
Name - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Name - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Name - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
NAME - Static variable in class org.xerial.raquel.RaquelLexer
 
Name - Static variable in class org.xerial.raquel.RaquelLexer
 
NAME - Static variable in class org.xerial.raquel.RaquelParser
 
Name - Static variable in class org.xerial.raquel.RaquelParser
 
Name - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Name - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
Name - Static variable in class org.xerial.wiki.WikiLexer
 
Name - Static variable in class org.xerial.wiki.WikiParser
 
Name - Static variable in class org.xerial.wiki.WikiWalker
 
NameChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
NameChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
NameChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
NameChar - Static variable in class org.xerial.raquel.RaquelLexer
 
NameChar - Static variable in class org.xerial.raquel.RaquelParser
 
NameChar - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
NameChar - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
NameChar - Static variable in class org.xerial.wiki.WikiLexer
 
NameChar - Static variable in class org.xerial.wiki.WikiParser
 
NameChar - Static variable in class org.xerial.wiki.WikiWalker
 
NEW_LINE - Static variable in class org.xerial.util.StringUtil
 
NEW_RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
NEW_RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
NEW_RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
NEW_VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
NEW_VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
NEW_VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
newAttribute(String) - Method in class org.xerial.util.xml.index.DataGuide
 
newline() - Static method in class org.xerial.util.StringUtil
 
newline() - Method in class org.xerial.util.xml.XMLGenerator
 
NEWLINE - Static variable in class org.xerial.wiki.WikiLexer
 
NEWLINE - Static variable in class org.xerial.wiki.WikiParser
 
NEWLINE - Static variable in class org.xerial.wiki.WikiWalker
 
newParser(Reader) - Static method in class org.xerial.util.xml.pullparser.PullParserUtil
プルパーサの生成補助
newRelation() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
newTag(String) - Method in class org.xerial.util.xml.index.DataGuide
 
next() - Method in class org.xerial.json.JSONPullParser
Reads the next JSONEvent
next() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
nextTag() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
nextText() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
nextToken() - Method in class org.xerial.util.xml.pullparser.ParseContext
 
nodeCollection() - Method in class org.xerial.util.graph.AdjacencyList
 
NodeData - Class in org.xerial.db.model
 
NodeData() - Constructor for class org.xerial.db.model.NodeData
 
NodeData(int, String) - Constructor for class org.xerial.db.model.NodeData
 
nodeIDSet() - Method in class org.xerial.util.graph.AdjacencyList
 
NOT_EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
NOT_EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
NOT_EQUAL - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
NOT_EQUAL - Static variable in class org.xerial.raquel.RaquelLexer
 
NOT_EQUAL - Static variable in class org.xerial.raquel.RaquelParser
 
notationDecl(String, String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
notationType() - Method in class org.xerial.util.xml.dtd.DTDParser
 
NULL - Static variable in class org.xerial.json.JSONLexer
 
NULL - Static variable in class org.xerial.json.JSONParser
 
NULL - Static variable in class org.xerial.json.JSONWalker
 
NullOutputStream - Class in org.xerial.util.io
The usage of NullOutputStream is to switch on/off of message outputs without modifying or commenting out println(...) methods.
NullOutputStream() - Constructor for class org.xerial.util.io.NullOutputStream
 
NUMBER - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
NUMBER - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
NUMBER - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
NUMBER - Static variable in class org.xerial.raquel.RaquelLexer
 
NUMBER - Static variable in class org.xerial.raquel.RaquelParser
 
NUMBER - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
NUMBER - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
numChildren() - Method in class org.xerial.wiki.WikiNode
 
numericLiteral() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
numericLiteral() - Method in class org.xerial.raquel.RaquelParser
 
numericLiteral() - Method in class org.xerial.util.xml.dtd.DTDParser
 
numVertex() - Method in class org.xerial.util.graph.AdjacencyList
 

O

Object - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
OBJECT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Object - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
OBJECT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
object() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
OBJECT - Static variable in class org.xerial.json.JSONLexer
 
OBJECT - Static variable in class org.xerial.json.JSONParser
 
object() - Method in class org.xerial.json.JSONParser
 
OBJECT - Static variable in class org.xerial.json.JSONWalker
 
object() - Method in class org.xerial.json.JSONWalker
 
OBJECT_DEF - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
OBJECT_DEF - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
objectDefExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
ObjectDefinition - Class in org.xerial.amoeba.query
Object definition
ObjectDefinition(Tree) - Constructor for class org.xerial.amoeba.query.ObjectDefinition
 
objectElement() - Method in class org.xerial.json.JSONParser
 
objectElement() - Method in class org.xerial.json.JSONWalker
 
ObjectLayer_stack - Variable in class org.xerial.json.JSONWalker
 
objectList() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
ObjectRelationship - Class in org.xerial.amoeba.query
 
ObjectRelationship() - Constructor for class org.xerial.amoeba.query.ObjectRelationship
 
ONE_TO_MANY - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ONE_TO_MANY - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
ONE_TO_ONE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ONE_TO_ONE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
open(String) - Method in interface org.xerial.db.storage.XerialFS
 
open(Class, String) - Static method in class org.xerial.util.FileResource
Opens a stream to a file resource that belongs to the same package to the specified referenceClass
open(Package, String) - Static method in class org.xerial.util.FileResource
Opens a stream to a file resource that belongs to the specified package
Option<OptionID extends Comparable> - Class in org.xerial.util.cui
Option represents a command line option
Option(OptionID, String, String, String) - Constructor for class org.xerial.util.cui.Option
 
OptionGroup<OptionID extends Comparable> - Class in org.xerial.util.cui
OptionGroup creates a bundle of options By setting some OptionGroup as exclusive, you can prevent multiple exclusive OptionGroups will be activated at the same time.
OptionGroup(String) - Constructor for class org.xerial.util.cui.OptionGroup
 
OptionGroup(String, boolean) - Constructor for class org.xerial.util.cui.OptionGroup
Creates an option group
OptionHandler<OptionID extends Comparable> - Interface in org.xerial.util.cui
A handler called when an option is set.
OptionParser<OptionID extends Comparable> - Class in org.xerial.util.cui
OptionParser parses command line arguments
OptionParser() - Constructor for class org.xerial.util.cui.OptionParser
A constructor
OptionParserException - Exception in org.xerial.util.cui
An exception class thrown when illegal states are found when parsing command line arguments
OptionParserException() - Constructor for exception org.xerial.util.cui.OptionParserException
 
OptionParserException(String) - Constructor for exception org.xerial.util.cui.OptionParserException
 
OptionParserException(String, Throwable) - Constructor for exception org.xerial.util.cui.OptionParserException
 
OptionParserException(Throwable) - Constructor for exception org.xerial.util.cui.OptionParserException
 
OR - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
OR - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
OR - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
OR - Static variable in class org.xerial.raquel.RaquelLexer
 
OR - Static variable in class org.xerial.raquel.RaquelParser
 
ORDER_BY - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
ORDER_BY - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
orderByClause() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
orderByClause() - Method in class org.xerial.raquel.RaquelParser
 
orExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
orExpr() - Method in class org.xerial.raquel.RaquelParser
 
org.sqlite - package org.sqlite
 
org.xerial.amoeba - package org.xerial.amoeba
 
org.xerial.amoeba.algebra - package org.xerial.amoeba.algebra
 
org.xerial.amoeba.query - package org.xerial.amoeba.query
Amoeba Join processor, amoeba join query lexer/parser, etc.
org.xerial.benchmark - package org.xerial.benchmark
 
org.xerial.core - package org.xerial.core
 
org.xerial.db - package org.xerial.db
widgets and bean classes for viewing and updating database contents.
org.xerial.db.btree - package org.xerial.db.btree
 
org.xerial.db.cache - package org.xerial.db.cache
 
org.xerial.db.datatype - package org.xerial.db.datatype
 
org.xerial.db.heap - package org.xerial.db.heap
 
org.xerial.db.layer - package org.xerial.db.layer
 
org.xerial.db.model - package org.xerial.db.model
 
org.xerial.db.sql - package org.xerial.db.sql
 
org.xerial.db.sql.mysql - package org.xerial.db.sql.mysql
 
org.xerial.db.sql.postgres - package org.xerial.db.sql.postgres
 
org.xerial.db.sql.sqlite - package org.xerial.db.sql.sqlite
Database access adaptor for SQLite3
org.xerial.db.storage - package org.xerial.db.storage
 
org.xerial.json - package org.xerial.json
JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.)
org.xerial.maven.plugin.antlr - package org.xerial.maven.plugin.antlr
 
org.xerial.mlpress - package org.xerial.mlpress
 
org.xerial.raquel - package org.xerial.raquel
 
org.xerial.raquel.expr - package org.xerial.raquel.expr
 
org.xerial.tomcat - package org.xerial.tomcat
 
org.xerial.util - package org.xerial.util
Utilities
org.xerial.util.bean - package org.xerial.util.bean
BeanUtil library that supports smooth exchange between JSON(XML) data and Java (bean class) objects
org.xerial.util.bean.impl - package org.xerial.util.bean.impl
 
org.xerial.util.cui - package org.xerial.util.cui
The command line argument parser.
org.xerial.util.graph - package org.xerial.util.graph
graph structure library including adjacency list, automaton, etc.
org.xerial.util.io - package org.xerial.util.io
 
org.xerial.util.log - package org.xerial.util.log
 
org.xerial.util.template - package org.xerial.util.template
 
org.xerial.util.text - package org.xerial.util.text
 
org.xerial.util.thread - package org.xerial.util.thread
Supporting tools for multithead programming
org.xerial.util.tree - package org.xerial.util.tree
 
org.xerial.util.xml - package org.xerial.util.xml
 
org.xerial.util.xml.analyzer - package org.xerial.util.xml.analyzer
 
org.xerial.util.xml.dom - package org.xerial.util.xml.dom
 
org.xerial.util.xml.dtd - package org.xerial.util.xml.dtd
 
org.xerial.util.xml.index - package org.xerial.util.xml.index
 
org.xerial.util.xml.pullparser - package org.xerial.util.xml.pullparser
 
org.xerial.util.xml.xpath - package org.xerial.util.xml.xpath
 
org.xerial.wiki - package org.xerial.wiki
 
org.xerial.wiki.html - package org.xerial.wiki.html
 
org.xerial.wiki.plugin - package org.xerial.wiki.plugin
 
outEdgeList(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
outNodeList(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
OUTPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
OUTPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
OUTPUT - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
outputAsTabDelimited() - Method in class org.xerial.util.xml.index.IntervalIndexer.LWIndex
 
outputAsTabDelimited() - Method in interface org.xerial.util.xml.index.XMLNode
 
OutputAsXMLAttribute - Annotation Type in org.xerial.util.bean
Use this annotation to get a getter result of a bean class as an XML attribute.
outputGraphviz(OutputStream) - Method in class org.xerial.util.xml.index.DataGuide
 
outputGraphviz(OutputStream) - Method in class org.xerial.util.xml.index.InvertedPathTree
 
outputGraphviz(OutputStream) - Method in class org.xerial.util.xml.index.StrongDataGuide
 

P

PageCacheHolder - Class in org.xerial.db.cache
Buffer holder
PageCacheHolder(int, int) - Constructor for class org.xerial.db.cache.PageCacheHolder
 
PageCacheReplacementPolicy - Interface in org.xerial.db.cache
 
PageCacheReplacementPolicy.PageCacheOperation - Enum in org.xerial.db.cache
 
PageHeader - Interface in org.xerial.db
PageHeader interface
PageManager - Class in org.xerial.mlpress
PageManager allocates fixed-size PageBlocks
PageManager(int) - Constructor for class org.xerial.mlpress.PageManager
 
PageType - Class in org.xerial.db
PageType information written to a CommonPageHeader.
Pair<X,Y> - Class in org.xerial.util
Pair of two objects
Pair(X, Y) - Constructor for class org.xerial.util.Pair
 
parse(String) - Static method in class org.xerial.json.JSONArray
 
parse(String) - Static method in class org.xerial.json.JSONObject
 
parse(XMLTreeNode, Element) - Static method in class org.xerial.util.bean.impl.XMLTreeNode
Parses the input DOM element, and constructs XMLTreeNode
parse(String[]) - Method in class org.xerial.util.cui.OptionParser
Parses the command line arguments.
parse(Reader) - Method in class org.xerial.util.xml.pullparser.DOMBuilder
任意のReaderからDOMElementを生成
parse(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.DOMBuilder
現在のPullParserの位置の状態から部分木に対応するDOM Elementを生成する。 side effect: PullParserのparsingは、部分木分だけ進み、その部分木のEND_TAGを指した状態になる
parse(String) - Method in class org.xerial.util.xml.pullparser.SAXParser
XML fileをparseする
parse(Reader) - Method in class org.xerial.util.xml.pullparser.SAXParser
XML文書を xmlInputSourceから読み、eventに応じて、SAXEventHandler中のメソッドを呼び出す
parse(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.SAXParser
現在のpull parserの状態から、parsing をはじめる
parse(WikiNode, StringBuilder) - Method in class org.xerial.wiki.WikiEngine.WikiToHTMLConverter
 
ParseContext - Class in org.xerial.util.xml.pullparser
XmlPullParser のうち、parsingの状態を変えるメソッド呼び出しを禁じたクラス。 next()等を呼び出すと、ForbiddenOperationExceptionを発生させる。
ParseContext(XmlPullParser) - Constructor for class org.xerial.util.xml.pullparser.ParseContext
 
parseElement(XmlPullParser, Document) - Method in class org.xerial.util.xml.pullparser.DOMBuilder
 
parseInt(String) - Static method in class org.xerial.db.datatype.IntegerType
 
parseStep() - Method in class org.xerial.util.xml.pullparser.ProgressiveSAXParser
 
parseSubTree(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.DOMBuilder
 
parseTree(Tree) - Static method in class org.xerial.wiki.WikiUtil
 
parseUntil(String, XmlPullParser) - Static method in class org.xerial.util.xml.pullparser.PullParserUtil
特定のtagにたどり着くまで、parseを進める
PasswordType - Class in org.xerial.db.datatype
 
PasswordType(String) - Constructor for class org.xerial.db.datatype.PasswordType
 
path(String, String) - Method in class org.xerial.db.model.DataModel
 
Path<Entry> - Interface in org.xerial.util.tree
 
Path - Static variable in class org.xerial.wiki.WikiLexer
 
Path - Static variable in class org.xerial.wiki.WikiParser
 
Path - Static variable in class org.xerial.wiki.WikiWalker
 
pathExpr() - Method in class org.xerial.wiki.WikiParser
 
perform(String[]) - Method in class org.xerial.util.xml.analyzer.XMLNodeRelationAnalyzer
 
populateBean(Object, JSONObject) - Static method in class org.xerial.util.bean.BeanUtil
fill a bean class with a given JSONObject data
populateBean(Object, JSONArray) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithJSON(Object, Reader) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithJSON(Object, String) - Static method in class org.xerial.util.bean.BeanUtil
fill a bean class with a given JSON data
populateBeanWithJSON(Object, Object) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithJSON(Object, Reader) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
populateBeanWithMap(Object, Map<?, ?>) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithMap(Object, Map) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
populateBeanWithParseTree(Object, Tree, String[]) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
populateBeanWithXML(Object, Reader) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithXML(Object, String) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithXML(Object, Element) - Static method in class org.xerial.util.bean.BeanUtil
 
populateBeanWithXML(Object, Reader) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
populateBeanWithXML(Object, Element) - Static method in class org.xerial.util.bean.impl.BeanUtilImpl
 
PostgresAccess - Class in org.xerial.db.sql.postgres
Database Access to PostgreSQL
PostgresAccess(ConnectionPool) - Constructor for class org.xerial.db.sql.postgres.PostgresAccess
 
PostgresAccess(String, String, String) - Constructor for class org.xerial.db.sql.postgres.PostgresAccess
 
PostgresAccess(String, String, String, int) - Constructor for class org.xerial.db.sql.postgres.PostgresAccess
 
PostgresAccess(String, String, int, String, String) - Constructor for class org.xerial.db.sql.postgres.PostgresAccess
 
PostgresAccess(String, String, int, String, String, int) - Constructor for class org.xerial.db.sql.postgres.PostgresAccess
 
Predicate<Input> - Interface in org.xerial.util
A predicate for repetitive evaluations.
PreparedStatementHandler - Interface in org.xerial.db.sql
A handler interface for set up PreparedStaement
PrePostOrderIndexer - Class in org.xerial.util.xml.index
pre-post order labeling
PrePostOrderIndexer() - Constructor for class org.xerial.util.xml.index.PrePostOrderIndexer
 
PreservedBlock - Static variable in class org.xerial.wiki.WikiLexer
 
PreservedBlock - Static variable in class org.xerial.wiki.WikiParser
 
PreservedBlock - Static variable in class org.xerial.wiki.WikiWalker
 
PreText - Static variable in class org.xerial.wiki.WikiLexer
 
PreText - Static variable in class org.xerial.wiki.WikiParser
 
PreText - Static variable in class org.xerial.wiki.WikiWalker
 
printHelpMessage() - Method in class org.xerial.mlpress.MLPress
 
processingInstruction(String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
ProgressiveSAXParser - Class in org.xerial.util.xml.pullparser
SAXParsingの進み具合を自分でコントロールするためのクラス
ProgressiveSAXParser(SAXEventHandler, XMLInputSource) - Constructor for class org.xerial.util.xml.pullparser.ProgressiveSAXParser
 
ProgressiveSAXParser(List<SAXEventHandler>, XMLInputSource) - Constructor for class org.xerial.util.xml.pullparser.ProgressiveSAXParser
 
PROJECT_ALL - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
PROJECT_ALL - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
PROJECT_ALL - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
PROJECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
PROJECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
PROJECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
ProtocolPrefix - Static variable in class org.xerial.wiki.WikiLexer
 
ProtocolPrefix - Static variable in class org.xerial.wiki.WikiParser
 
ProtocolPrefix - Static variable in class org.xerial.wiki.WikiWalker
 
PullParserUtil - Class in org.xerial.util.xml.pullparser
XMLのpull parserを便利に使うためのユーティリティ群
PullParserUtil() - Constructor for class org.xerial.util.xml.pullparser.PullParserUtil
 
push(byte[], int) - Method in interface org.xerial.mlpress.DataContainer
 
push(VariableLengthInteger) - Method in interface org.xerial.mlpress.DataContainer
 
put(String, JSONValue) - Method in class org.xerial.json.JSONObject
 
put(String, Object) - Method in class org.xerial.json.JSONObject
 
put(String, String) - Method in class org.xerial.json.JSONWriter
 
put(String, int) - Method in class org.xerial.json.JSONWriter
 
put(String, float) - Method in class org.xerial.json.JSONWriter
 
put(String, double) - Method in class org.xerial.json.JSONWriter
 
put(String, long) - Method in class org.xerial.json.JSONWriter
 
put(String, boolean) - Method in class org.xerial.json.JSONWriter
 
put(String, WikiValue) - Method in class org.xerial.wiki.WikiHash
Puts a parameter value to this hash
put(String, Object) - Method in class org.xerial.wiki.WikiWalker.STAttrMap
 
put(String, int) - Method in class org.xerial.wiki.WikiWalker.STAttrMap
 
putNull(String) - Method in class org.xerial.json.JSONWriter
 
putString(String, Reader) - Method in class org.xerial.json.JSONWriter
Generate the key/value pair from the Reader
putter() - Method in class org.xerial.util.bean.impl.KeyValuePair
 

Q

QName - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
QName - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
QName - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
QName - Static variable in class org.xerial.raquel.RaquelLexer
 
QName - Static variable in class org.xerial.raquel.RaquelParser
 
qName() - Method in class org.xerial.wiki.WikiParser
 
qnameList() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
query() - Method in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
query(String, Class<T>) - Method in interface org.xerial.db.sql.DatabaseAccess
perform the given SQL query, then output its results
query(String, ResultSetHandler<T>) - Method in interface org.xerial.db.sql.DatabaseAccess
Performs an SQL query, while consuming the results with the given handler
query(String, BeanResultHandler<T>) - Method in interface org.xerial.db.sql.DatabaseAccess
Performs an SQL query, while consuming the results with the given handler
query(String, Class<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
perforam a given SQL query, then output its results
query(String, ResultSetHandler<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
query(String, BeanResultHandler<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
query(String, OutputStream) - Method in class org.xerial.db.sql.sqlite.SQLiteReader
 
query(String, Writer) - Method in class org.xerial.db.sql.sqlite.SQLiteReader
 
query(Long, RelationalQuery) - Method in class org.xerial.db.storage.XerialStorageServer
 
Query - Class in org.xerial.raquel.expr
Raquel Query Syntax
Query() - Constructor for class org.xerial.raquel.expr.Query
 
queryWithHandler(String, ResultSetHandler<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
Question - Static variable in class org.xerial.wiki.WikiWalker
 
Quot - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Quot - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Quot - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Quot - Static variable in class org.xerial.raquel.RaquelLexer
 
Quot - Static variable in class org.xerial.raquel.RaquelParser
 
Quot - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Quot - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
quote(String, String) - Static method in class org.xerial.util.StringUtil
quote a given message with an quotation mark

R

RANGE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
RANGE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
rangeType() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
RaquelErrorCode - Enum in org.xerial.raquel
Error Code for the RaquelException
RaquelException - Exception in org.xerial.raquel
A base exception class for the org.xerial.raquel package.
RaquelException(RaquelErrorCode) - Constructor for exception org.xerial.raquel.RaquelException
 
RaquelException(RaquelErrorCode, String, Throwable) - Constructor for exception org.xerial.raquel.RaquelException
 
RaquelException(RaquelErrorCode, String) - Constructor for exception org.xerial.raquel.RaquelException
 
RaquelException(RaquelErrorCode, Throwable) - Constructor for exception org.xerial.raquel.RaquelException
 
RaquelExpr - Class in org.xerial.raquel
Raquel Expression
RaquelExpr() - Constructor for class org.xerial.raquel.RaquelExpr
 
RaquelExpr(String) - Constructor for class org.xerial.raquel.RaquelExpr
 
raquelExpr() - Method in class org.xerial.raquel.RaquelParser
 
RaquelLexer - Class in org.xerial.raquel
 
RaquelLexer() - Constructor for class org.xerial.raquel.RaquelLexer
 
RaquelLexer(CharStream) - Constructor for class org.xerial.raquel.RaquelLexer
 
RaquelParser - Class in org.xerial.raquel
 
RaquelParser(TokenStream) - Constructor for class org.xerial.raquel.RaquelParser
 
RaquelParser.andExpr_return - Class in org.xerial.raquel
 
RaquelParser.andExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.andExpr_return
 
RaquelParser.attributeName_return - Class in org.xerial.raquel
 
RaquelParser.attributeName_return() - Constructor for class org.xerial.raquel.RaquelParser.attributeName_return
 
RaquelParser.classAttribute_return - Class in org.xerial.raquel
 
RaquelParser.classAttribute_return() - Constructor for class org.xerial.raquel.RaquelParser.classAttribute_return
 
RaquelParser.classAttributeList_return - Class in org.xerial.raquel
 
RaquelParser.classAttributeList_return() - Constructor for class org.xerial.raquel.RaquelParser.classAttributeList_return
 
RaquelParser.classExpr_return - Class in org.xerial.raquel
 
RaquelParser.classExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.classExpr_return
 
RaquelParser.comparisonOp_return - Class in org.xerial.raquel
 
RaquelParser.comparisonOp_return() - Constructor for class org.xerial.raquel.RaquelParser.comparisonOp_return
 
RaquelParser.conditionExpr_return - Class in org.xerial.raquel
 
RaquelParser.conditionExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.conditionExpr_return
 
RaquelParser.decimalLiteral_return - Class in org.xerial.raquel
 
RaquelParser.decimalLiteral_return() - Constructor for class org.xerial.raquel.RaquelParser.decimalLiteral_return
 
RaquelParser.fromClause_return - Class in org.xerial.raquel
 
RaquelParser.fromClause_return() - Constructor for class org.xerial.raquel.RaquelParser.fromClause_return
 
RaquelParser.fromTarget_return - Class in org.xerial.raquel
 
RaquelParser.fromTarget_return() - Constructor for class org.xerial.raquel.RaquelParser.fromTarget_return
 
RaquelParser.function_return - Class in org.xerial.raquel
 
RaquelParser.function_return() - Constructor for class org.xerial.raquel.RaquelParser.function_return
 
RaquelParser.integerLiteral_return - Class in org.xerial.raquel
 
RaquelParser.integerLiteral_return() - Constructor for class org.xerial.raquel.RaquelParser.integerLiteral_return
 
RaquelParser.isArray_return - Class in org.xerial.raquel
 
RaquelParser.isArray_return() - Constructor for class org.xerial.raquel.RaquelParser.isArray_return
 
RaquelParser.isKey_return - Class in org.xerial.raquel
 
RaquelParser.isKey_return() - Constructor for class org.xerial.raquel.RaquelParser.isKey_return
 
RaquelParser.labelExpr_return - Class in org.xerial.raquel
 
RaquelParser.labelExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.labelExpr_return
 
RaquelParser.literal_return - Class in org.xerial.raquel
 
RaquelParser.literal_return() - Constructor for class org.xerial.raquel.RaquelParser.literal_return
 
RaquelParser.numericLiteral_return - Class in org.xerial.raquel
 
RaquelParser.numericLiteral_return() - Constructor for class org.xerial.raquel.RaquelParser.numericLiteral_return
 
RaquelParser.orderByClause_return - Class in org.xerial.raquel
 
RaquelParser.orderByClause_return() - Constructor for class org.xerial.raquel.RaquelParser.orderByClause_return
 
RaquelParser.orExpr_return - Class in org.xerial.raquel
 
RaquelParser.orExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.orExpr_return
 
RaquelParser.raquelExpr_return - Class in org.xerial.raquel
 
RaquelParser.raquelExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.raquelExpr_return
 
RaquelParser.selectExpr_return - Class in org.xerial.raquel
 
RaquelParser.selectExpr_return() - Constructor for class org.xerial.raquel.RaquelParser.selectExpr_return
 
RaquelParser.selectTarget_return - Class in org.xerial.raquel
 
RaquelParser.selectTarget_return() - Constructor for class org.xerial.raquel.RaquelParser.selectTarget_return
 
RaquelParser.targetRelation_return - Class in org.xerial.raquel
 
RaquelParser.targetRelation_return() - Constructor for class org.xerial.raquel.RaquelParser.targetRelation_return
 
RaquelParser.value_return - Class in org.xerial.raquel
 
RaquelParser.value_return() - Constructor for class org.xerial.raquel.RaquelParser.value_return
 
RaquelParser.whereClause_return - Class in org.xerial.raquel
 
RaquelParser.whereClause_return() - Constructor for class org.xerial.raquel.RaquelParser.whereClause_return
 
RBrace - Static variable in class org.xerial.json.JSONLexer
 
RBrace - Static variable in class org.xerial.json.JSONParser
 
RBrace - Static variable in class org.xerial.json.JSONWalker
 
RBrace - Static variable in class org.xerial.wiki.WikiLexer
 
RBrace - Static variable in class org.xerial.wiki.WikiParser
 
RBrace - Static variable in class org.xerial.wiki.WikiWalker
 
RBracket - Static variable in class org.xerial.json.JSONLexer
 
RBracket - Static variable in class org.xerial.json.JSONParser
 
RBracket - Static variable in class org.xerial.json.JSONWalker
 
RBracket - Static variable in class org.xerial.raquel.RaquelLexer
 
RBracket - Static variable in class org.xerial.raquel.RaquelParser
 
RBracket - Static variable in class org.xerial.wiki.WikiLexer
 
RBracket - Static variable in class org.xerial.wiki.WikiParser
 
RBracket - Static variable in class org.xerial.wiki.WikiWalker
 
read(byte[], int, int) - Method in interface org.xerial.db.storage.DBFile
Reads data from the file, and writes the read data to the specified buffer
read(byte[], int, int) - Method in class org.xerial.db.storage.DiskFile
 
read(byte[], int, int) - Method in class org.xerial.db.storage.MemoryFile
 
readBoolean(int) - Method in class org.xerial.db.cache.Buffer
 
readBoolean() - Method in class org.xerial.db.cache.BufferReader
 
readByte(int) - Method in class org.xerial.db.cache.Buffer
 
readByte() - Method in class org.xerial.db.cache.BufferReader
 
readFrom(byte[], int) - Static method in class org.xerial.db.VariableLengthInteger
 
readFrom(ByteArrayInputStream) - Static method in class org.xerial.db.VariableLengthInteger
 
readInt(int) - Method in class org.xerial.db.cache.Buffer
Reads an 32-bit integer (Big-endian) from the specified byte position.
readInt() - Method in class org.xerial.db.cache.BufferReader
 
readLong(int) - Method in class org.xerial.db.cache.Buffer
 
readLong() - Method in class org.xerial.db.cache.BufferReader
 
readVariableLengthInteger(int) - Method in class org.xerial.db.cache.Buffer
 
REF - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
REF - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
REF - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
REF_ALL - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
REF_ALL - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Reference - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Reference - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
reflesh() - Method in class org.xerial.db.sql.sqlite.SQLiteCatalog
 
registerWAR(String, String) - Method in class org.xerial.tomcat.TomcatServer
 
RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
RELATION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Relation - Class in org.xerial.db
A Relation holds one or more DataTypes and denotes their relationships.
Relation() - Constructor for class org.xerial.db.Relation
 
Relation(String) - Constructor for class org.xerial.db.Relation
 
Relation(JSONObject) - Constructor for class org.xerial.db.Relation
 
RelationalDatabaseLayer - Class in org.xerial.db.layer
 
RelationalDatabaseLayer(RelationalDatabaseLayer.SystemType, String) - Constructor for class org.xerial.db.layer.RelationalDatabaseLayer
 
RelationalQuery - Class in org.xerial.db
 
RelationalQuery() - Constructor for class org.xerial.db.RelationalQuery
 
RelationalTableLayer - Class in org.xerial.db.layer
 
RelationalTableLayer(String) - Constructor for class org.xerial.db.layer.RelationalTableLayer
 
RelationBuilder - Class in org.xerial.db.sql
RelationBuilder creates a Relation instance from a JSON string or a Bean class.
RelationBuilder() - Constructor for class org.xerial.db.sql.RelationBuilder
 
RelationLabel - Class in org.xerial.amoeba.algebra
a label of the intermediate relation
RelationLabel(String) - Constructor for class org.xerial.amoeba.algebra.RelationLabel
 
Relationship - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Relationship - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Relationship - Enum in org.xerial.db.model
 
relationshipExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
relativePathExpr() - Method in class org.xerial.wiki.WikiParser
 
removeFirstChild() - Method in class org.xerial.util.xml.index.InvertedPath
 
removeHandler(SAXEventHandler) - Method in class org.xerial.util.xml.pullparser.SAXParser
 
removeHandler(int) - Method in class org.xerial.util.xml.pullparser.SAXParser
 
removeLastChild() - Method in class org.xerial.util.xml.SinglePath
 
removeLastParent() - Method in class org.xerial.util.xml.index.InvertedPath
 
removeThread(E) - Method in class org.xerial.util.thread.ThreadGroup
 
rename(String, String) - Method in interface org.xerial.db.storage.XerialFS
 
reportEvent(Token, JSONEvent) - Method in class org.xerial.json.JSONPullParser
 
require(int, String, String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
reset() - Method in class org.xerial.util.StopWatch
Reset the stop watch.
resize() - Method in class org.xerial.mlpress.MemoryBlock
 
ResourceFilter - Interface in org.xerial.util
An interface to filter file resources
result(byte[]) - Method in class org.sqlite.Function
Called by xFunc to return a value.
result(double) - Method in class org.sqlite.Function
Called by xFunc to return a value.
result(int) - Method in class org.sqlite.Function
Called by xFunc to return a value.
result(long) - Method in class org.sqlite.Function
Called by xFunc to return a value.
result() - Method in class org.sqlite.Function
Called by xFunc to return a value.
result(String) - Method in class org.sqlite.Function
Called by xFunc to return a value.
ResultPullReader - Class in org.xerial.db.sql
 
ResultPullReader(Writer) - Constructor for class org.xerial.db.sql.ResultPullReader
 
ResultSetHandler<T> - Class in org.xerial.db.sql
A ResultSet handler converts a given row in a ResultSet (java.sql.ResultSet) into a object of type T.
ResultSetHandler() - Constructor for class org.xerial.db.sql.ResultSetHandler
 
retrieve(AmoebaQuery) - Method in interface org.xerial.db.storage.XerialStorageContext
Retrieves database data
retrieve(AmoebaQuery, AmoebaQuery) - Method in interface org.xerial.db.storage.XerialStorageContext
Retreives database data within the specified context
returnConnection(Connection) - Method in interface org.xerial.db.sql.ConnectionPool
 
returnConnection(Connection) - Method in class org.xerial.db.sql.ConnectionPoolImpl
 
returnConnection(Connection) - Method in class org.xerial.db.sql.NaiveConnectionPool
 
ROOT_TAG - Static variable in class org.xerial.util.xml.index.DataGuide
 
RParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
RParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
RParen - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
RParen - Static variable in class org.xerial.raquel.RaquelLexer
 
RParen - Static variable in class org.xerial.raquel.RaquelParser
 
RParen - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
RParen - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
RParen - Static variable in class org.xerial.wiki.WikiLexer
 
RParen - Static variable in class org.xerial.wiki.WikiParser
 
RParen - Static variable in class org.xerial.wiki.WikiWalker
 
run(String[]) - Method in class org.xerial.mlpress.MLPress
 

S

sanitize(String, SQLExpression.Quote) - Static method in class org.xerial.db.sql.SQLExpression
unquote the input value and remove any maricious statement to avoid SQL injection.
save(BufferWriter) - Method in class org.xerial.db.btree.BTreePageHeader
 
save(DBFile) - Method in class org.xerial.db.cache.Buffer
Writes an utf-8 data 0xxxxxxx 110xxxxx 10xxxxxx 1110xxxx 10xxxxxx 10xxxxxx 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx 1111110x 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx
save(BufferWriter) - Method in class org.xerial.db.CommonPageHeader
 
save(BufferWriter) - Method in class org.xerial.db.heap.TupleOnBuffer
 
save(SQLiteAccess) - Method in class org.xerial.db.model.DataModel
 
save(BufferWriter) - Method in interface org.xerial.db.Tuple
Saves the tuple to the buffer
save(BufferWriter) - Method in class org.xerial.db.TupleImpl
 
saveTo(Buffer) - Method in class org.xerial.db.heap.HeapPage
Marshaling the heap contents, and write them to the page buffer
SAXEventHandler - Interface in org.xerial.util.xml.pullparser
Pull Parserを使用してSAX Eventを生成する
SAXParser - Class in org.xerial.util.xml.pullparser
Pull Parserを使用しつつ、SAXEventHandlerで定義されるEventを発行する.
SAXParser(SAXEventHandler) - Constructor for class org.xerial.util.xml.pullparser.SAXParser
 
SAXParser(SAXEventHandler, boolean) - Constructor for class org.xerial.util.xml.pullparser.SAXParser
 
SAXParser(List<SAXEventHandler>, boolean) - Constructor for class org.xerial.util.xml.pullparser.SAXParser
複数のSAXHandlerを同時に動かすときに使う
SAXParser(List<SAXEventHandler>) - Constructor for class org.xerial.util.xml.pullparser.SAXParser
 
seek(long) - Method in interface org.xerial.db.storage.DBFile
Sets the file pointer offset, measured from the beginning of the file, at which the next read/write request occurs.
seek(long) - Method in class org.xerial.db.storage.DiskFile
 
seek(long) - Method in class org.xerial.db.storage.MemoryFile
 
Select - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Select - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Select - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Select - Static variable in class org.xerial.raquel.RaquelLexer
 
Select - Static variable in class org.xerial.raquel.RaquelParser
 
select(Iterable<In>, Predicate<In>) - Static method in class org.xerial.util.CollectionUtil
 
selectClause() - Method in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
selectColumnData(String, String) - Method in class org.xerial.db.sql.sqlite.SQLiteAccess
 
selectExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
selectExpr() - Method in class org.xerial.raquel.RaquelParser
 
Selection - Class in org.xerial.amoeba.algebra
 
Selection() - Constructor for class org.xerial.amoeba.algebra.Selection
 
SELECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
SELECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
SELECTION - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
selectTarget() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
selectTarget() - Method in class org.xerial.raquel.RaquelParser
 
selfCloseTag(String, XMLAttribute) - Method in class org.xerial.util.xml.XMLGenerator
 
SemiColon - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
SemiColon - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
separatedList(Collection, String, SQLUtil.QuotationType) - Static method in class org.xerial.db.sql.SQLUtil
Generates the concatenation of the given elements in the list
seq() - Method in class org.xerial.util.xml.dtd.DTDParser
 
ServerAddress - Class in org.xerial.db.storage
 
ServerAddress() - Constructor for class org.xerial.db.storage.ServerAddress
 
set(int, int, boolean) - Method in class org.xerial.db.cache.Buffer
 
set(String[], int) - Method in class org.xerial.util.cui.Option
 
setArray(boolean) - Method in class org.xerial.raquel.expr.ClassAttribute
 
setAutoCommit(boolean) - Method in interface org.xerial.db.sql.DatabaseAccess
Enable/disable auto commit mode for all subsequent queries.
setAutoCommit(boolean) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
setCatalinaBase(String) - Method in class org.xerial.tomcat.TomcatServerConfiguration
 
setColor(boolean) - Method in class org.xerial.util.log.Logger
Use colored console outputs using escape sequences
setDest(int) - Method in class org.xerial.db.model.EdgeData
 
setDirty(boolean) - Method in class org.xerial.db.btree.BTreePageHeader
 
setEdge(int, int, int, EdgeType) - Method in class org.xerial.util.graph.AdjacencyList
 
setFeature(String, boolean) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
setFirst(X) - Method in class org.xerial.util.Pair
 
setFirst(E) - Method in class org.xerial.util.Triplet
 
setHref(String) - Method in class org.xerial.wiki.html.Link
 
setHref(String) - Method in class org.xerial.wiki.plugin.LinkPlugin
 
setId(int) - Method in class org.xerial.db.model.EdgeData
 
setId(int) - Method in class org.xerial.db.model.NodeData
 
setIgnoreUnknownOption(boolean) - Method in class org.xerial.util.cui.OptionParser
 
setIndentCharacter(XMLGenerator.IndentType, int) - Method in class org.xerial.util.xml.XMLGenerator
Indentの種類と1レベルあたりの長さを設定する
setInput(Reader) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
setInput(InputStream, String) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
setKey(String) - Method in class org.xerial.db.model.DataModelInfo
 
setKey(boolean) - Method in class org.xerial.raquel.expr.ClassAttribute
 
setKey(Object) - Method in class org.xerial.util.bean.impl.KeyValuePair
 
setLabel(String) - Method in class org.xerial.db.Value
 
setLabel(String) - Method in class org.xerial.wiki.html.Link
 
setLabel(String) - Method in class org.xerial.wiki.plugin.LinkPlugin
 
setLevel(int) - Method in class org.xerial.wiki.plugin.HeadingPlugin
 
setLevel(int) - Method in class org.xerial.wiki.plugin.UnorderedListPlugin
 
setLogLevel(LogLevel) - Method in class org.xerial.util.log.Logger
 
setLogLevel(String) - Method in class org.xerial.util.log.Logger
 
setMethod(Method) - Method in interface org.xerial.util.bean.BeanBinder
 
setName(String) - Method in class org.xerial.db.model.NodeData
 
setName(String) - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
setName(String) - Method in class org.xerial.raquel.expr.ClassAttribute
 
setName(String) - Method in class org.xerial.raquel.expr.ClassDefinition
 
setNode(int, NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
setNodeName(String) - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
setNodeValue(String) - Method in class org.xerial.util.bean.impl.XMLTreeNode
 
setNotNull(boolean) - Method in interface org.xerial.db.datatype.DataType
 
setNotNull(boolean) - Method in class org.xerial.db.datatype.DataTypeBase
 
setNotnull(boolean) - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
setNumEntries(int) - Method in class org.xerial.db.btree.BTreePageHeader
 
setOutputStream(OutputStream) - Method in class org.xerial.util.xml.XMLGenerator
 
setOutputWriter(Writer) - Method in class org.xerial.util.log.Logger
 
setOutputWriter(Writer) - Method in class org.xerial.util.xml.XMLGenerator
 
setPageID(long) - Method in class org.xerial.db.btree.BTreePageHeader
 
setPageID(long) - Method in class org.xerial.db.CommonPageHeader
 
setPageType(int) - Method in class org.xerial.db.CommonPageHeader
 
setParameterName(String) - Method in interface org.xerial.util.bean.BeanBinder
 
setPk(boolean) - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
setPort(int) - Method in class org.xerial.db.sql.sqlite.SQLiteServer
 
setPort(int) - Method in class org.xerial.tomcat.TomcatServerConfiguration
 
setPrimaryKey(boolean) - Method in interface org.xerial.db.datatype.DataType
 
setPrimaryKey(boolean) - Method in class org.xerial.db.datatype.DataTypeBase
 
setProperty(String, Object) - Method in class org.xerial.util.xml.pullparser.ParseContext
 
setQueryTimeout(int) - Method in interface org.xerial.db.sql.DatabaseAccess
Sets the time of the query until it will be terminated in seconds
setQueryTimeout(int) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
setRelationship(int) - Method in class org.xerial.db.model.EdgeData
 
setSecond(Y) - Method in class org.xerial.util.Pair
 
setSecond(F) - Method in class org.xerial.util.Triplet
 
setSrc(int) - Method in class org.xerial.db.model.EdgeData
 
setTarget(String) - Method in class org.xerial.wiki.html.Link
 
setTarget(String) - Method in class org.xerial.wiki.plugin.LinkPlugin
 
setTemplateLib(StringTemplateGroup) - Method in class org.xerial.wiki.WikiWalker
 
Setter - Class in org.xerial.util.bean.impl
 
Setter(Method, String, Class) - Constructor for class org.xerial.util.bean.impl.Setter
 
setThird(J) - Method in class org.xerial.util.Triplet
 
setTreeAdaptor(TreeAdaptor) - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
setTreeAdaptor(TreeAdaptor) - Method in class org.xerial.json.JSONParser
 
setTreeAdaptor(TreeAdaptor) - Method in class org.xerial.raquel.RaquelParser
 
setTreeAdaptor(TreeAdaptor) - Method in class org.xerial.util.xml.dtd.DTDParser
 
setTreeAdaptor(TreeAdaptor) - Method in class org.xerial.wiki.WikiParser
 
setType(String) - Method in class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
setup(PreparedStatement) - Method in interface org.xerial.db.sql.PreparedStatementHandler
 
setValue(int, Object) - Method in class org.xerial.db.AbstractTuple
 
setValue(String, Object) - Method in class org.xerial.db.AbstractTuple
 
setValue(int, Object) - Method in class org.xerial.db.heap.TupleOnBuffer
 
setValue(String) - Method in class org.xerial.db.model.DataModelInfo
 
setValue(int, Object) - Method in interface org.xerial.db.Tuple
Sets the tuple value of the specified column
setValue(String, Object) - Method in interface org.xerial.db.Tuple
Gets the tuple value of the specified column name
setValue(int, Object) - Method in class org.xerial.db.TupleImpl
 
setValue(String) - Method in class org.xerial.db.Value
 
setValue(Object) - Method in class org.xerial.util.bean.impl.KeyValuePair
 
setValueList(List) - Method in class org.xerial.db.ValueDomain
 
SFWClause - Class in org.xerial.amoeba.algebra
select/from/where clause
SFWClause() - Constructor for class org.xerial.amoeba.algebra.SFWClause
 
Sharp - Static variable in class org.xerial.wiki.WikiWalker
 
SINGLE_QUOTE - Static variable in class org.xerial.util.StringUtil
 
singleColumnQuery(String, String, Class<T>) - Method in interface org.xerial.db.sql.DatabaseAccess
Retrieves only the single column from the SQL query result
singleColumnQuery(String, String, Class<T>) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
SinglePath - Class in org.xerial.util.xml
親子関係(/)だけからなる単純なPath
SinglePath() - Constructor for class org.xerial.util.xml.SinglePath
相対パスを作成
SinglePath(SinglePath.PathType) - Constructor for class org.xerial.util.xml.SinglePath
パスを作成
SinglePath(String) - Constructor for class org.xerial.util.xml.SinglePath
 
SinglePath(SinglePath, String) - Constructor for class org.xerial.util.xml.SinglePath
pathにchildTagを足して、新しいPathを作成
SinglePath.PathType - Enum in org.xerial.util.xml
 
singleQuote(String) - Static method in class org.xerial.db.sql.SQLUtil
Adds a single quotation to the input value
size() - Method in class org.xerial.db.cache.Buffer
 
size() - Method in class org.xerial.db.VariableLengthInteger
 
size() - Method in class org.xerial.json.JSONArray
 
size() - Method in class org.xerial.mlpress.MemoryBlock
 
size() - Method in class org.xerial.util.thread.ThreadGroup
 
size() - Method in interface org.xerial.util.tree.Path
 
size() - Method in class org.xerial.util.xml.index.ECN
ECNの長さを返す
size() - Method in class org.xerial.util.xml.index.InvertedPath
 
size() - Method in class org.xerial.util.xml.SinglePath
 
size() - Method in class org.xerial.wiki.WikiArray
 
skipDescendants() - Method in class org.xerial.util.bean.ANTLRWalker
 
skipDescendants() - Method in class org.xerial.util.bean.JSONStreamWalker
 
skipDescendants() - Method in class org.xerial.util.bean.MapWalker
 
skipDescendants() - Method in class org.xerial.util.bean.TreeWalker
Skip the descendants of the current node
skipDescendants() - Method in class org.xerial.util.bean.XMLWalker
 
Slash - Static variable in class org.xerial.wiki.WikiLexer
 
Slash - Static variable in class org.xerial.wiki.WikiParser
 
Slash - Static variable in class org.xerial.wiki.WikiWalker
 
sort(Collection<E>) - Static method in class org.xerial.util.CollectionUtil
 
SORT_TARGET - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
SORT_TARGET - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
sortTuples(TupleComparator) - Method in class org.xerial.db.heap.HeapPage
Sort the tuple in this heap page according to the given comparator
sourceNodeIDSet(Integer) - Method in class org.xerial.util.graph.AdjacencyList
 
sourceNodeIDSetOf(NodeType) - Method in class org.xerial.util.graph.AdjacencyList
 
SPLIT - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
SPLIT - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
SPLIT - Static variable in class org.xerial.raquel.RaquelLexer
 
SPLIT - Static variable in class org.xerial.raquel.RaquelParser
 
SQLExpression - Class in org.xerial.db.sql
SQLExpression is a template that has several variables $1, $2, ...
SQLExpression(String) - Constructor for class org.xerial.db.sql.SQLExpression
 
SQLExpression.Quote - Enum in org.xerial.db.sql
 
SQLite - Class in org.xerial.db.sql.sqlite
This SQLite class holds information related to sqlite3
SQLiteAccess - Class in org.xerial.db.sql.sqlite
SQLiteAccess is not thread safe.
SQLiteAccess() - Constructor for class org.xerial.db.sql.sqlite.SQLiteAccess
Create an memory database access
SQLiteAccess(String) - Constructor for class org.xerial.db.sql.sqlite.SQLiteAccess
 
SQLiteAccess(ConnectionPool) - Constructor for class org.xerial.db.sql.sqlite.SQLiteAccess
 
SQLiteCatalog - Class in org.xerial.db.sql.sqlite
SQLiteCatalog holds the information of table shamas of a given database.
SQLiteCatalog(SQLiteAccess) - Constructor for class org.xerial.db.sql.sqlite.SQLiteCatalog
 
SQLiteDataTypeInfo - Class in org.xerial.db.sql.sqlite
SQLiteDataTypeInfo is a result row format of a query 'pragma table_info(tablename)'
SQLiteDataTypeInfo() - Constructor for class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
SQLiteDataTypeInfo(String, String) - Constructor for class org.xerial.db.sql.sqlite.SQLiteDataTypeInfo
 
SQLiteJDBCLoader - Class in org.xerial.db.sql.sqlite
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name, appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and *.so files, according to the current OS (win, linux, mac).
SQLiteJDBCLoader() - Constructor for class org.xerial.db.sql.sqlite.SQLiteJDBCLoader
 
SQLiteReader - Class in org.xerial.db.sql.sqlite
 
SQLiteReader() - Constructor for class org.xerial.db.sql.sqlite.SQLiteReader
 
SQLiteServer - Class in org.xerial.db.sql.sqlite
SQLiteServer
SQLiteServer(String) - Constructor for class org.xerial.db.sql.sqlite.SQLiteServer
 
SQLUtil - Class in org.xerial.db.sql
Utilities to generate SQL expressions
SQLUtil.QuotationType - Enum in org.xerial.db.sql
 
st - Variable in class org.xerial.wiki.WikiWalker.argExpr_return
 
st - Variable in class org.xerial.wiki.WikiWalker.function_return
 
st - Variable in class org.xerial.wiki.WikiWalker.hashEntry_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wiki_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wikiBlock_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wikiExpr_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wikiLine_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wikiLink_return
 
st - Variable in class org.xerial.wiki.WikiWalker.wikiText_return
 
Star - Static variable in class org.xerial.wiki.WikiLexer
 
Star - Static variable in class org.xerial.wiki.WikiParser
 
Star - Static variable in class org.xerial.wiki.WikiWalker
 
start() - Method in class org.xerial.tomcat.TomcatServer
Starts the tomcat server
startArray() - Method in class org.xerial.json.JSONWriter
 
startArray(String) - Method in class org.xerial.json.JSONWriter
 
startDocument(XmlPullParser) - Method in class org.xerial.util.xml.index.DataGuide
 
startDocument(XmlPullParser) - Method in class org.xerial.util.xml.index.IntervalIndexer
 
startDocument(XmlPullParser) - Method in class org.xerial.util.xml.index.PrePostOrderIndexer
 
startDocument(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
startDocument(XmlPullParser) - Method in interface org.xerial.util.xml.pullparser.SAXEventHandler
 
startDTD(String, String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
startNode(NodeType) - Method in class org.xerial.util.graph.DFSVisitor
 
startObject() - Method in class org.xerial.json.JSONWriter
 
startServer() - Method in class org.xerial.db.sql.sqlite.SQLiteServer
 
startString() - Method in class org.xerial.json.JSONWriter
 
startString(String) - Method in class org.xerial.json.JSONWriter
 
startTag(XmlPullParser) - Method in class org.xerial.util.xml.index.DataGuide
 
startTag(XmlPullParser) - Method in class org.xerial.util.xml.index.IntervalIndexer
 
startTag(XmlPullParser) - Method in class org.xerial.util.xml.index.PrePostOrderIndexer
 
startTag(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
startTag(XmlPullParser) - Method in interface org.xerial.util.xml.pullparser.SAXEventHandler
 
startTag(String) - Method in class org.xerial.util.xml.XMLGenerator
 
startTag(String, XMLAttribute) - Method in class org.xerial.util.xml.XMLGenerator
 
stem(String) - Method in class org.xerial.util.text.Stemmer
return the stem of a given string
stem() - Method in class org.xerial.util.text.Stemmer
Stem the word placed into the Stemmer buffer through calls to add().
Stemmer - Class in org.xerial.util.text
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
Stemmer() - Constructor for class org.xerial.util.text.Stemmer
 
stop() - Method in class org.xerial.tomcat.TomcatServer
Stops the tomcat server
stopPortListening() - Method in class org.xerial.db.sql.sqlite.SQLiteServer
 
StopWatch - Class in org.xerial.util
StopWatch measures interval times.
StopWatch() - Constructor for class org.xerial.util.StopWatch
 
STRING - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
STRING - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
STRING - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
STRING - Static variable in class org.xerial.json.JSONLexer
 
String - Static variable in class org.xerial.json.JSONLexer
 
STRING - Static variable in class org.xerial.json.JSONParser
 
String - Static variable in class org.xerial.json.JSONParser
 
String - Static variable in class org.xerial.json.JSONWalker
 
STRING - Static variable in class org.xerial.json.JSONWalker
 
STRING - Static variable in class org.xerial.raquel.RaquelLexer
 
STRING - Static variable in class org.xerial.raquel.RaquelParser
 
STRING - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
STRING - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
String - Static variable in class org.xerial.wiki.WikiLexer
 
String - Static variable in class org.xerial.wiki.WikiParser
 
String - Static variable in class org.xerial.wiki.WikiWalker
 
StringChar - Static variable in class org.xerial.json.JSONLexer
 
StringChar - Static variable in class org.xerial.json.JSONParser
 
StringChar - Static variable in class org.xerial.json.JSONWalker
 
StringChar - Static variable in class org.xerial.wiki.WikiLexer
 
StringChar - Static variable in class org.xerial.wiki.WikiParser
 
StringChar - Static variable in class org.xerial.wiki.WikiWalker
 
StringCharacters - Static variable in class org.xerial.wiki.WikiLexer
 
StringCharacters - Static variable in class org.xerial.wiki.WikiParser
 
StringCharacters - Static variable in class org.xerial.wiki.WikiWalker
 
StringListType - Class in org.xerial.db.datatype
 
StringListType(String) - Constructor for class org.xerial.db.datatype.StringListType
 
StringLiteral - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
StringLiteral - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
StringLiteral - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
StringLiteral - Static variable in class org.xerial.raquel.RaquelLexer
 
StringLiteral - Static variable in class org.xerial.raquel.RaquelParser
 
StringLiteral - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
StringLiteral - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
StringLiteral - Static variable in class org.xerial.wiki.WikiLexer
 
StringLiteral - Static variable in class org.xerial.wiki.WikiParser
 
StringLiteral - Static variable in class org.xerial.wiki.WikiWalker
 
StringType - Class in org.xerial.db.datatype
 
StringType(String) - Constructor for class org.xerial.db.datatype.StringType
 
StringType(String, ValueDomain) - Constructor for class org.xerial.db.datatype.StringType
 
stringType() - Method in class org.xerial.util.xml.dtd.DTDParser
 
StringUtil - Class in org.xerial.util
A utility for manipulating Strings
StrongDataGuide - Class in org.xerial.util.xml.index
StrongDataGuide, which aggregates XML nodes based on same paths
StrongDataGuide() - Constructor for class org.xerial.util.xml.index.StrongDataGuide
 
subQuery() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
Symbol - Static variable in class org.xerial.wiki.WikiLexer
 
Symbol - Static variable in class org.xerial.wiki.WikiParser
 
Symbol - Static variable in class org.xerial.wiki.WikiWalker
 
synpred1() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
synpred1() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred1() - Method in class org.xerial.wiki.WikiLexer
 
synpred1() - Method in class org.xerial.wiki.WikiParser
 
synpred1_fragment() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
synpred1_fragment() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred1_fragment() - Method in class org.xerial.wiki.WikiLexer
 
synpred1_fragment() - Method in class org.xerial.wiki.WikiParser
 
synpred2() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred2() - Method in class org.xerial.wiki.WikiParser
 
synpred2_fragment() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred2_fragment() - Method in class org.xerial.wiki.WikiParser
 
synpred3() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred3() - Method in class org.xerial.wiki.WikiParser
 
synpred3_fragment() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred3_fragment() - Method in class org.xerial.wiki.WikiParser
 
synpred4() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred4_fragment() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred5() - Method in class org.xerial.util.xml.dtd.DTDParser
 
synpred5_fragment() - Method in class org.xerial.util.xml.dtd.DTDParser
 

T

T29 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T30 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T31 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T32 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T33 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T34 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T35 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T36 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T37 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T38 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T39 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T40 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T41 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T42 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T43 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T44 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T45 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T46 - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
T50 - Static variable in class org.xerial.raquel.RaquelLexer
 
T51 - Static variable in class org.xerial.raquel.RaquelLexer
 
T52 - Static variable in class org.xerial.raquel.RaquelLexer
 
T53 - Static variable in class org.xerial.raquel.RaquelLexer
 
T54 - Static variable in class org.xerial.raquel.RaquelLexer
 
T55 - Static variable in class org.xerial.raquel.RaquelLexer
 
T71 - Static variable in class org.xerial.wiki.WikiLexer
 
T77 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T78 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T79 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T80 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T81 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T82 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T83 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T84 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T85 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T86 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T87 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
T88 - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
TagDictionary - Class in org.xerial.mlpress
TagDictionary holds mappings from each tagName (or tagName/@attributeName) to its ID.
TagDictionary() - Constructor for class org.xerial.mlpress.TagDictionary
 
TagStructureEncoder - Class in org.xerial.mlpress
The TagStructureEncoder repraces tag structures in XML documents to shorter representations by using tagIDs.
TagStructureEncoder(TagDictionary) - Constructor for class org.xerial.mlpress.TagStructureEncoder
 
takeArgument() - Method in class org.xerial.util.cui.Option
 
TARGET - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
TARGET - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
TARGET - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
targetRelation() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
targetRelation() - Method in class org.xerial.raquel.RaquelParser
 
Template - Class in org.xerial.util.template
Searches a
Template(String) - Constructor for class org.xerial.util.template.Template
 
Template(InputStream) - Constructor for class org.xerial.util.template.Template
 
templateLib - Variable in class org.xerial.wiki.WikiWalker
 
terminateAll() - Method in class org.xerial.util.thread.ThreadManager
Terminates all tasks assigned to the thread manager
text(XmlPullParser) - Method in class org.xerial.util.xml.index.IntervalIndexer
 
text(XmlPullParser) - Method in class org.xerial.util.xml.index.PrePostOrderIndexer
 
text(XmlPullParser) - Method in class org.xerial.util.xml.pullparser.AbstractSAXEventHandler
 
text(XmlPullParser) - Method in interface org.xerial.util.xml.pullparser.SAXEventHandler
 
text(String) - Method in class org.xerial.util.xml.XMLGenerator
 
Text - Static variable in class org.xerial.wiki.WikiLexer
 
Text - Static variable in class org.xerial.wiki.WikiParser
 
Text - Static variable in class org.xerial.wiki.WikiWalker
 
TextType - Class in org.xerial.db.datatype
 
TextType(String) - Constructor for class org.xerial.db.datatype.TextType
 
ThreadGroup<E extends Thread> - Class in org.xerial.util.thread
Groups multiple threads as a unit
ThreadGroup() - Constructor for class org.xerial.util.thread.ThreadGroup
 
ThreadManager - Class in org.xerial.util.thread
ThreadManager supports handy multi-thread programming.
ThreadManager() - Constructor for class org.xerial.util.thread.ThreadManager
The number of generated thread is 5 in default, and the task queue size is 100.
ThreadManager(int, int) - Constructor for class org.xerial.util.thread.ThreadManager
 
toBean(ResultSet) - Method in class org.xerial.db.sql.BeanResultHandler
 
toHTML(StringBuilder) - Method in class org.xerial.wiki.html.HTMLAttribute
 
toHTML(StringBuilder) - Method in class org.xerial.wiki.html.HTMLElement
 
toHTML(InputStream) - Method in class org.xerial.wiki.WikiEngine
 
toHTML(Reader) - Method in class org.xerial.wiki.WikiEngine
 
toHTML(String) - Method in class org.xerial.wiki.WikiEngine
 
toJSON(String, Class<T>, Writer) - Method in interface org.xerial.db.sql.DatabaseAccess
 
toJSON(String, Class<T>, Writer) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
toJSON(Relation) - Static method in class org.xerial.db.sql.RelationBuilder
 
toJSON() - Method in class org.xerial.db.sql.sqlite.SQLiteCatalog
 
toJSON(Object) - Static method in class org.xerial.util.bean.BeanUtil
 
toJSON(String) - Method in class org.xerial.wiki.WikiArray
 
toJSON(String) - Method in class org.xerial.wiki.WikiHash
 
toJSON(String) - Method in class org.xerial.wiki.WikiString
 
toJSON(String) - Method in interface org.xerial.wiki.WikiValue
 
toJSONFromResultSet(ResultSet) - Static method in class org.xerial.util.bean.BeanUtil
 
toJSONObject(Object) - Static method in class org.xerial.util.bean.BeanUtil
 
toJSONObject(Collection) - Static method in class org.xerial.util.bean.BeanUtil
 
toJSONString() - Method in class org.xerial.json.JSONArray
 
toJSONString() - Method in class org.xerial.json.JSONDouble
 
toJSONString() - Method in class org.xerial.json.JSONInteger
 
toJSONString() - Method in class org.xerial.json.JSONLong
 
toJSONString() - Method in class org.xerial.json.JSONObject
 
toJSONString() - Method in class org.xerial.json.JSONString
 
toJSONString() - Method in interface org.xerial.json.JSONValue
Produces output of the JSON format of this value
toJSONString() - Method in class org.xerial.json.JSONValueBase
 
toJSONValue(Object) - Static method in class org.xerial.json.JSONUtil
 
toJSONValue() - Method in class org.xerial.wiki.WikiArray
 
toJSONValue() - Method in class org.xerial.wiki.WikiHash
 
toJSONValue() - Method in class org.xerial.wiki.WikiString
 
toJSONValue() - Method in interface org.xerial.wiki.WikiValue
 
tokenizedType() - Method in class org.xerial.util.xml.dtd.DTDParser
 
tokenNames - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
tokenNames - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
tokenNames - Static variable in class org.xerial.json.JSONParser
 
tokenNames - Static variable in class org.xerial.json.JSONWalker
 
tokenNames - Static variable in class org.xerial.raquel.RaquelParser
 
tokenNames - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
tokenNames - Static variable in class org.xerial.wiki.WikiParser
 
tokenNames - Static variable in class org.xerial.wiki.WikiWalker
 
Tokens - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Tokens - Static variable in class org.xerial.json.JSONLexer
 
Tokens - Static variable in class org.xerial.raquel.RaquelLexer
 
Tokens - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
Tokens - Static variable in class org.xerial.wiki.WikiLexer
 
toList(E[]) - Static method in class org.xerial.util.CollectionUtil
Converts an array into a list
TomcatException - Exception in org.xerial.tomcat
Exception related to Tomcat
TomcatException() - Constructor for exception org.xerial.tomcat.TomcatException
 
TomcatException(Object...) - Constructor for exception org.xerial.tomcat.TomcatException
 
TomcatException(String, Throwable) - Constructor for exception org.xerial.tomcat.TomcatException
 
TomcatException(String) - Constructor for exception org.xerial.tomcat.TomcatException
 
TomcatException(Throwable) - Constructor for exception org.xerial.tomcat.TomcatException
 
TomcatServer - Class in org.xerial.tomcat
Embedded Tomcat Server
TomcatServer(int) - Constructor for class org.xerial.tomcat.TomcatServer
Creates a TomcatServer instance with the specified port
TomcatServer(TomcatServerConfiguration) - Constructor for class org.xerial.tomcat.TomcatServer
Configures the tomcat server
TomcatServerConfiguration - Class in org.xerial.tomcat
Configuratrion Bean for the TomcatServer.
TomcatServerConfiguration() - Constructor for class org.xerial.tomcat.TomcatServerConfiguration
 
toString(Tree) - Static method in class org.xerial.amoeba.query.ANTLRUtil
 
toString() - Method in class org.xerial.db.datatype.DataTypeBase
 
toString() - Method in class org.xerial.db.model.DataModel
 
toString() - Method in class org.xerial.db.Relation
 
toString() - Method in class org.xerial.json.JSONArray
 
toString() - Method in class org.xerial.json.JSONBoolean
 
toString() - Method in class org.xerial.json.JSONDouble
 
toString() - Method in class org.xerial.json.JSONInteger
 
toString() - Method in class org.xerial.json.JSONLong
 
toString() - Method in class org.xerial.json.JSONNull
 
toString() - Method in interface org.xerial.json.JSONNumber
 
toString() - Method in class org.xerial.json.JSONObject
 
toString() - Method in class org.xerial.json.JSONString
 
toString(Tree) - Static method in class org.xerial.raquel.RaquelExpr
 
toString() - Method in interface org.xerial.util.bean.BeanBinder
 
toString(Collection<In>) - Static method in class org.xerial.util.CollectionUtil
 
toString() - Method in class org.xerial.util.FileResource.FileInJarArchive
 
toString() - Method in class org.xerial.util.FileResource.SystemFile
 
toString() - Method in class org.xerial.util.graph.AdjacencyList
 
toString() - Method in class org.xerial.util.graph.DFA
 
toString(Edge) - Method in class org.xerial.util.graph.DFSVisitor
 
toString() - Method in class org.xerial.util.graph.Edge
 
toString() - Method in interface org.xerial.util.io.VirtualFile
 
toString() - Method in class org.xerial.util.text.Stemmer
After a word has been stemmed, it can be retrieved by toString(), or a reference to the internal buffer can be retrieved by getResultBuffer and getResultLength (which is generally more efficient.)
toString() - Method in class org.xerial.util.xml.index.InvertedPath
 
toString() - Method in class org.xerial.util.xml.SinglePath
 
toString() - Method in class org.xerial.wiki.html.HTMLAttribute
 
toString() - Method in class org.xerial.wiki.html.HTMLElement
 
toString() - Method in class org.xerial.wiki.WikiArray
 
toString() - Method in exception org.xerial.wiki.WikiEngine.WikiError
 
toString() - Method in class org.xerial.wiki.WikiHash
 
toString() - Method in class org.xerial.wiki.WikiString
 
toString() - Method in class org.xerial.wiki.WikiWalker.argExpr_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.function_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.hashEntry_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wiki_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wikiBlock_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wikiExpr_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wikiLine_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wikiLink_return
 
toString() - Method in class org.xerial.wiki.WikiWalker.wikiText_return
 
toVisibleString(String) - Static method in class org.xerial.wiki.WikiUtil
 
toXML(String, Object) - Static method in class org.xerial.util.bean.BeanUtil
 
toXMLString() - Method in class org.xerial.util.xml.XMLAttribute
 
trace(Object) - Method in class org.xerial.util.log.Logger
 
transit(Alphabet) - Method in class org.xerial.util.graph.DFA
 
translate(int) - Static method in class org.xerial.db.model.EdgeData
 
translateAsJSONValue(Object) - Method in class org.xerial.json.JSONValueBase
 
translateToSQL(String) - Method in class org.xerial.db.model.DatabaseMap
 
trasnlate(int) - Static method in enum org.xerial.wiki.WikiNodeType
 
treeEdge(Edge) - Method in class org.xerial.util.graph.DFSVisitor
 
TreeNode - Interface in org.xerial.util.bean
Tree represetation of XML/JSON/ANTLR data
TreeVisitor - Interface in org.xerial.util.bean
A depth-first visitor model for tree structured data, including XML, JSON, ANTLR Parse Tree, etc.
TreeWalker - Class in org.xerial.util.bean
An depth-first walker interface of tree structured data
TreeWalker(TreeVisitor) - Constructor for class org.xerial.util.bean.TreeWalker
 
Triplet<E,F,J> - Class in org.xerial.util
Triplet structure
Triplet(E, F, J) - Constructor for class org.xerial.util.Triplet
 
TRUE - Static variable in class org.xerial.json.JSONLexer
 
TRUE - Static variable in class org.xerial.json.JSONParser
 
TRUE - Static variable in class org.xerial.json.JSONWalker
 
Tuple - Interface in org.xerial.db
Tuple interface represents an instance of a Relation.
TupleComparator - Interface in org.xerial.db
Comparator defines sort total order of tuples: that is given two tuples t1, t2; 1.
tupleElement() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
TupleFactory - Interface in org.xerial.db
A factory that creates a tuple from a buffer
TupleImpl - Class in org.xerial.db
A simple implementation of the Tuple interface
TupleImpl(Relation, String[]) - Constructor for class org.xerial.db.TupleImpl
 
TupleOnBuffer - Class in org.xerial.db.heap
 
TupleOnBuffer(Relation, Buffer, int) - Constructor for class org.xerial.db.heap.TupleOnBuffer
Constrctor
TypeInformation - Class in org.xerial.db.datatype
 
TypeInformation() - Constructor for class org.xerial.db.datatype.TypeInformation
 
TypeInformation - Class in org.xerial.util.bean
BasicType class holds information of standard types that can be directly assignable as Bean parameter values.
TypeInformation() - Constructor for class org.xerial.util.bean.TypeInformation
 

U

UnicodeChar - Static variable in class org.xerial.json.JSONLexer
 
UnicodeChar - Static variable in class org.xerial.json.JSONParser
 
UnicodeChar - Static variable in class org.xerial.json.JSONWalker
 
UnicodeChar - Static variable in class org.xerial.wiki.WikiLexer
 
UnicodeChar - Static variable in class org.xerial.wiki.WikiParser
 
UnicodeChar - Static variable in class org.xerial.wiki.WikiWalker
 
Unknown - Static variable in class org.xerial.db.PageType
 
UnorderedListPlugin - Class in org.xerial.wiki.plugin
 
UnorderedListPlugin() - Constructor for class org.xerial.wiki.plugin.UnorderedListPlugin
 
unparsedEntityDecl(String, String, String, String) - Method in class org.xerial.amoeba.DTDToFDHandler
 
unquote(String) - Method in class org.xerial.json.JSONWalker
 
unquote(String) - Static method in class org.xerial.util.StringUtil
 
UPDATE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
UPDATE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
UPDATE - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
update(String) - Method in interface org.xerial.db.sql.DatabaseAccess
Performs the update query
update(String, boolean) - Method in interface org.xerial.db.sql.DatabaseAccess
Performs the update query
update(String) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
update(String, boolean) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
updateExpr() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
updateWithPreparedStatement(String, PreparedStatementHandler) - Method in interface org.xerial.db.sql.DatabaseAccess
Performs the update using prepared statement.
updateWithPreparedStatement(String, PreparedStatementHandler) - Method in class org.xerial.db.sql.DatabaseAccessBase
 
UpperLetter - Static variable in class org.xerial.wiki.WikiLexer
 
UpperLetter - Static variable in class org.xerial.wiki.WikiParser
 
URLChar - Static variable in class org.xerial.wiki.WikiLexer
 
URLChar - Static variable in class org.xerial.wiki.WikiParser
 
URLQueryChar - Static variable in class org.xerial.wiki.WikiLexer
 
URLQueryChar - Static variable in class org.xerial.wiki.WikiParser
 

V

VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
value() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
VALUE - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Value - Class in org.xerial.db
Add this Value class to the ValueDomain in order to set the value domain of a input form.
Value() - Constructor for class org.xerial.db.Value
 
Value(String) - Constructor for class org.xerial.db.Value
 
Value(String, String) - Constructor for class org.xerial.db.Value
 
value() - Method in class org.xerial.json.JSONParser
 
value() - Method in class org.xerial.json.JSONWalker
 
value() - Method in class org.xerial.raquel.RaquelParser
 
value_blob(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
value_bytes(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
value_double(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
value_int(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
value_long(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
VALUE_SET - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
VALUE_SET - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
VALUE_SET - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
value_text(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
value_type(int) - Method in class org.sqlite.Function
Called by xFunc to access the value of an argument.
ValueDomain - Class in org.xerial.db
A ValueDomain shows a set of possible values that can be used within a DataType in a Relation.
ValueDomain() - Constructor for class org.xerial.db.ValueDomain
 
ValueDomain(List) - Constructor for class org.xerial.db.ValueDomain
 
valueOf(String) - Static method in enum org.xerial.db.cache.PageCacheReplacementPolicy.PageCacheOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.db.DBErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.db.model.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.db.sql.SQLExpression.Quote
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.db.sql.SQLUtil.QuotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.json.JSONErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.json.JSONEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.json.JSONValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.mlpress.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.raquel.RaquelErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.bean.BeanErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.bean.BeanUpdatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.log.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.xml.SinglePath.PathType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.xml.XMLErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.xml.XMLGenerator.FormatStab
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.xml.XMLGenerator.IndentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.util.xml.XPathConstants.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xerial.wiki.WikiNodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xerial.db.cache.PageCacheReplacementPolicy.PageCacheOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.db.DBErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.db.model.Relationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.db.sql.SQLExpression.Quote
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.db.sql.SQLUtil.QuotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.json.JSONErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.json.JSONEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.json.JSONValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.mlpress.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.raquel.RaquelErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.bean.BeanErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.bean.BeanUpdatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.xml.SinglePath.PathType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.xml.XMLErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.xml.XMLGenerator.FormatStab
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.xml.XMLGenerator.IndentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.util.xml.XPathConstants.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xerial.wiki.WikiNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in class org.xerial.util.bean.impl.KeyValuePair
 
VariableLengthInteger - Class in org.xerial.db
Variable length number representation.
VariableLengthInteger(int) - Constructor for class org.xerial.db.VariableLengthInteger
 
VariableLengthInteger(byte[], int) - Constructor for class org.xerial.db.VariableLengthInteger
 
VirtualFile - Interface in org.xerial.util.io
VirtualFile is a common interface to handle system files and file resources in JAR.
visitNode(String, TreeWalker) - Method in class org.xerial.util.bean.impl.BeanBindingProcess
 
visitNode(String, TreeWalker) - Method in interface org.xerial.util.bean.TreeVisitor
When found a node

W

walk() - Method in class org.xerial.util.bean.ANTLRWalker
 
walk(Tree) - Method in class org.xerial.util.bean.ANTLRWalker
 
walk() - Method in class org.xerial.util.bean.JSONStreamWalker
 
walk() - Method in class org.xerial.util.bean.MapWalker
 
walk() - Method in class org.xerial.util.bean.TreeWalker
Start walking
walk() - Method in class org.xerial.util.bean.XMLWalker
 
walk_internal() - Method in class org.xerial.util.bean.JSONStreamWalker
 
warn(Object) - Method in class org.xerial.util.log.Logger
 
whenNoMorePageCacheIsAvailable() - Method in interface org.xerial.db.cache.PageCacheReplacementPolicy
 
Where - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Where - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Where - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Where - Static variable in class org.xerial.raquel.RaquelLexer
 
Where - Static variable in class org.xerial.raquel.RaquelParser
 
whereClause() - Method in class org.xerial.amoeba.query.AmoebaQueryParser
 
whereClause() - Method in class org.xerial.raquel.RaquelParser
 
WhiteSpace - Static variable in class org.xerial.json.JSONLexer
 
WhiteSpace - Static variable in class org.xerial.json.JSONParser
 
WhiteSpace - Static variable in class org.xerial.json.JSONWalker
 
WhiteSpace - Static variable in class org.xerial.wiki.WikiLexer
 
WhiteSpace - Static variable in class org.xerial.wiki.WikiParser
 
WhiteSpace - Static variable in class org.xerial.wiki.WikiWalker
 
WhiteSpaceChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
WhiteSpaceChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
WhiteSpaceChar - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
WhiteSpaceChar - Static variable in class org.xerial.raquel.RaquelLexer
 
WhiteSpaceChar - Static variable in class org.xerial.raquel.RaquelParser
 
WhiteSpaceChar - Static variable in class org.xerial.util.xml.dtd.DTDLexer
 
WhiteSpaceChar - Static variable in class org.xerial.util.xml.dtd.DTDParser
 
WhiteSpaces - Static variable in class org.xerial.wiki.WikiLexer
 
WhiteSpaces - Static variable in class org.xerial.wiki.WikiParser
 
WhiteSpaces - Static variable in class org.xerial.wiki.WikiWalker
 
Wiki - Static variable in class org.xerial.wiki.WikiLexer
 
Wiki - Static variable in class org.xerial.wiki.WikiParser
 
wiki() - Method in class org.xerial.wiki.WikiParser
 
Wiki - Static variable in class org.xerial.wiki.WikiWalker
 
wiki() - Method in class org.xerial.wiki.WikiWalker
 
WikiArray - Class in org.xerial.wiki
Array representation of WikiValue
WikiArray() - Constructor for class org.xerial.wiki.WikiArray
 
WikiBlock - Static variable in class org.xerial.wiki.WikiLexer
 
WikiBlock - Static variable in class org.xerial.wiki.WikiParser
 
WikiBlock - Static variable in class org.xerial.wiki.WikiWalker
 
wikiBlock() - Method in class org.xerial.wiki.WikiWalker
 
WikiBlockSymbol - Static variable in class org.xerial.wiki.WikiLexer
 
WikiBlockSymbol - Static variable in class org.xerial.wiki.WikiParser
 
WikiBlockSymbol - Static variable in class org.xerial.wiki.WikiWalker
 
WikiContext - Interface in org.xerial.wiki
WikiContest is passed to every plug-in so as to tell the information of currently evaluating Wiki
WikiEngine - Class in org.xerial.wiki
 
WikiEngine() - Constructor for class org.xerial.wiki.WikiEngine
 
WikiEngine.WikiError - Exception in org.xerial.wiki
 
WikiEngine.WikiError(WikiNode, String) - Constructor for exception org.xerial.wiki.WikiEngine.WikiError
 
WikiEngine.WikiToHTMLConverter - Class in org.xerial.wiki
 
WikiEngine.WikiToHTMLConverter(String) - Constructor for class org.xerial.wiki.WikiEngine.WikiToHTMLConverter
 
WikiException - Exception in org.xerial.wiki
WikiException
WikiException(RecognitionException) - Constructor for exception org.xerial.wiki.WikiException
 
WikiException(int, Object) - Constructor for exception org.xerial.wiki.WikiException
 
wikiExpr() - Method in class org.xerial.wiki.WikiParser
 
wikiExpr() - Method in class org.xerial.wiki.WikiWalker
 
wikiFragment() - Method in class org.xerial.wiki.WikiParser
 
WikiHash - Class in org.xerial.wiki
hash representation of WikiValue
WikiHash() - Constructor for class org.xerial.wiki.WikiHash
 
WikiLexer - Class in org.xerial.wiki
 
WikiLexer() - Constructor for class org.xerial.wiki.WikiLexer
 
WikiLexer(CharStream) - Constructor for class org.xerial.wiki.WikiLexer
 
WikiLine - Static variable in class org.xerial.wiki.WikiLexer
 
WikiLine - Static variable in class org.xerial.wiki.WikiParser
 
WikiLine - Static variable in class org.xerial.wiki.WikiWalker
 
wikiLine() - Method in class org.xerial.wiki.WikiWalker
 
WikiLink - Static variable in class org.xerial.wiki.WikiWalker
 
wikiLink() - Method in class org.xerial.wiki.WikiWalker
 
WikiLinkPlugin - Class in org.xerial.wiki.plugin
 
WikiLinkPlugin() - Constructor for class org.xerial.wiki.plugin.WikiLinkPlugin
 
WikiName - Static variable in class org.xerial.wiki.WikiLexer
 
WikiName - Static variable in class org.xerial.wiki.WikiParser
 
WikiNode - Class in org.xerial.wiki
ParseTree node of the wiki
WikiNode(Tree) - Constructor for class org.xerial.wiki.WikiNode
 
WikiNodeType - Enum in org.xerial.wiki
Token types used in WikiParser
WikiParser - Class in org.xerial.wiki
 
WikiParser(TokenStream) - Constructor for class org.xerial.wiki.WikiParser
 
WikiParser.arrayExpr_return - Class in org.xerial.wiki
 
WikiParser.arrayExpr_return() - Constructor for class org.xerial.wiki.WikiParser.arrayExpr_return
 
WikiParser.blockWiki_return - Class in org.xerial.wiki
 
WikiParser.blockWiki_return() - Constructor for class org.xerial.wiki.WikiParser.blockWiki_return
 
WikiParser.endTag_return - Class in org.xerial.wiki
 
WikiParser.endTag_return() - Constructor for class org.xerial.wiki.WikiParser.endTag_return
 
WikiParser.function_return - Class in org.xerial.wiki
 
WikiParser.function_return() - Constructor for class org.xerial.wiki.WikiParser.function_return
 
WikiParser.functionArgExpr_i_return - Class in org.xerial.wiki
 
WikiParser.functionArgExpr_i_return() - Constructor for class org.xerial.wiki.WikiParser.functionArgExpr_i_return
 
WikiParser.functionArgExpr_return - Class in org.xerial.wiki
 
WikiParser.functionArgExpr_return() - Constructor for class org.xerial.wiki.WikiParser.functionArgExpr_return
 
WikiParser.functionArgExprList_return - Class in org.xerial.wiki
 
WikiParser.functionArgExprList_return() - Constructor for class org.xerial.wiki.WikiParser.functionArgExprList_return
 
WikiParser.hashEntry_i_return - Class in org.xerial.wiki
 
WikiParser.hashEntry_i_return() - Constructor for class org.xerial.wiki.WikiParser.hashEntry_i_return
 
WikiParser.hashEntry_return - Class in org.xerial.wiki
 
WikiParser.hashEntry_return() - Constructor for class org.xerial.wiki.WikiParser.hashEntry_return
 
WikiParser.hashEntryList_return - Class in org.xerial.wiki
 
WikiParser.hashEntryList_return() - Constructor for class org.xerial.wiki.WikiParser.hashEntryList_return
 
WikiParser.hashExpr_return - Class in org.xerial.wiki
 
WikiParser.hashExpr_return() - Constructor for class org.xerial.wiki.WikiParser.hashExpr_return
 
WikiParser.inlineWiki_return - Class in org.xerial.wiki
 
WikiParser.inlineWiki_return() - Constructor for class org.xerial.wiki.WikiParser.inlineWiki_return
 
WikiParser.link_i_return - Class in org.xerial.wiki
 
WikiParser.link_i_return() - Constructor for class org.xerial.wiki.WikiParser.link_i_return
 
WikiParser.link_return - Class in org.xerial.wiki
 
WikiParser.link_return() - Constructor for class org.xerial.wiki.WikiParser.link_return
 
WikiParser.pathExpr_return - Class in org.xerial.wiki
 
WikiParser.pathExpr_return() - Constructor for class org.xerial.wiki.WikiParser.pathExpr_return
 
WikiParser.qName_return - Class in org.xerial.wiki
 
WikiParser.qName_return() - Constructor for class org.xerial.wiki.WikiParser.qName_return
 
WikiParser.relativePathExpr_return - Class in org.xerial.wiki
 
WikiParser.relativePathExpr_return() - Constructor for class org.xerial.wiki.WikiParser.relativePathExpr_return
 
WikiParser.wiki_return - Class in org.xerial.wiki
 
WikiParser.wiki_return() - Constructor for class org.xerial.wiki.WikiParser.wiki_return
 
WikiParser.wikiExpr_return - Class in org.xerial.wiki
 
WikiParser.wikiExpr_return() - Constructor for class org.xerial.wiki.WikiParser.wikiExpr_return
 
WikiParser.wikiFragment_return - Class in org.xerial.wiki
 
WikiParser.wikiFragment_return() - Constructor for class org.xerial.wiki.WikiParser.wikiFragment_return
 
WikiParser.wikiSymbol_return - Class in org.xerial.wiki
 
WikiParser.wikiSymbol_return() - Constructor for class org.xerial.wiki.WikiParser.wikiSymbol_return
 
WikiParser.wikiText_return - Class in org.xerial.wiki
 
WikiParser.wikiText_return() - Constructor for class org.xerial.wiki.WikiParser.wikiText_return
 
WikiParser.xmlAttribute_return - Class in org.xerial.wiki
 
WikiParser.xmlAttribute_return() - Constructor for class org.xerial.wiki.WikiParser.xmlAttribute_return
 
WikiParser.xmlContent_i_return - Class in org.xerial.wiki
 
WikiParser.xmlContent_i_return() - Constructor for class org.xerial.wiki.WikiParser.xmlContent_i_return
 
WikiParser.xmlContent_return - Class in org.xerial.wiki
 
WikiParser.xmlContent_return() - Constructor for class org.xerial.wiki.WikiParser.xmlContent_return
 
WikiParser.xmlElement_return - Class in org.xerial.wiki
 
WikiParser.xmlElement_return() - Constructor for class org.xerial.wiki.WikiParser.xmlElement_return
 
WikiPlugin - Interface in org.xerial.wiki
WikiPluginException - Exception in org.xerial.wiki
Exception thrown within WikiPlugin
WikiPluginException(WikiContext, Object) - Constructor for exception org.xerial.wiki.WikiPluginException
 
WikiPluginLoader - Class in org.xerial.wiki
 
WikiPluginLoader() - Constructor for class org.xerial.wiki.WikiPluginLoader
 
WikiString - Class in org.xerial.wiki
String argument
WikiString(String) - Constructor for class org.xerial.wiki.WikiString
 
wikiSymbol() - Method in class org.xerial.wiki.WikiParser
 
wikiText() - Method in class org.xerial.wiki.WikiParser
 
wikiText() - Method in class org.xerial.wiki.WikiWalker
 
WikiUtil - Class in org.xerial.wiki
 
WikiUtil() - Constructor for class org.xerial.wiki.WikiUtil
 
WikiValue - Interface in org.xerial.wiki
 
WikiWalker - Class in org.xerial.wiki
 
WikiWalker(TreeNodeStream) - Constructor for class org.xerial.wiki.WikiWalker
 
WikiWalker.argExpr_return - Class in org.xerial.wiki
 
WikiWalker.argExpr_return() - Constructor for class org.xerial.wiki.WikiWalker.argExpr_return
 
WikiWalker.function_return - Class in org.xerial.wiki
 
WikiWalker.function_return() - Constructor for class org.xerial.wiki.WikiWalker.function_return
 
WikiWalker.hashEntry_return - Class in org.xerial.wiki
 
WikiWalker.hashEntry_return() - Constructor for class org.xerial.wiki.WikiWalker.hashEntry_return
 
WikiWalker.STAttrMap - Class in org.xerial.wiki
allows convenient multi-value initialization: "new STAttrMap().put(...).put(...)"
WikiWalker.STAttrMap() - Constructor for class org.xerial.wiki.WikiWalker.STAttrMap
 
WikiWalker.wiki_return - Class in org.xerial.wiki
 
WikiWalker.wiki_return() - Constructor for class org.xerial.wiki.WikiWalker.wiki_return
 
WikiWalker.wikiBlock_return - Class in org.xerial.wiki
 
WikiWalker.wikiBlock_return() - Constructor for class org.xerial.wiki.WikiWalker.wikiBlock_return
 
WikiWalker.wikiExpr_return - Class in org.xerial.wiki
 
WikiWalker.wikiExpr_return() - Constructor for class org.xerial.wiki.WikiWalker.wikiExpr_return
 
WikiWalker.wikiLine_return - Class in org.xerial.wiki
 
WikiWalker.wikiLine_return() - Constructor for class org.xerial.wiki.WikiWalker.wikiLine_return
 
WikiWalker.wikiLink_return - Class in org.xerial.wiki
 
WikiWalker.wikiLink_return() - Constructor for class org.xerial.wiki.WikiWalker.wikiLink_return
 
WikiWalker.wikiText_return - Class in org.xerial.wiki
 
WikiWalker.wikiText_return() - Constructor for class org.xerial.wiki.WikiWalker.wikiText_return
 
Wildcard - Static variable in class org.xerial.amoeba.query.AmoebaQueryLexer
 
Wildcard - Static variable in class org.xerial.amoeba.query.AmoebaQueryParser
 
Wildcard - Static variable in class org.xerial.amoeba.query.AmoebaQueryTreeParser
 
Wildcard - Static variable in class org.xerial.raquel.RaquelLexer
 
Wildcard - Static variable in class org.xerial.raquel.RaquelParser
 
Word - Static variable in class org.xerial.wiki.WikiLexer
 
Word - Static variable in class org.xerial.wiki.WikiParser
 
Word - Static variable in class org.xerial.wiki.WikiWalker
 
write(byte[], int, int) - Method in interface org.xerial.db.storage.DBFile
Writes the given data into the file
write(byte[], int, int) - Method in class org.xerial.db.storage.DiskFile
 
write(byte[], int, int) - Method in class org.xerial.db.storage.MemoryFile
 
write(AmoebaTuple) - Method in interface org.xerial.db.storage.XerialStorageContext
Overwrites the data in the global context of the database file
write(AmoebaQuery, AmoebaTuple) - Method in interface org.xerial.db.storage.XerialStorageContext
Overwrites the data within the specified context
write(int) - Method in class org.xerial.mlpress.