📄 index-all.html
字号:
is a set operation.
<DT><A HREF="ognl/ObjectArrayPool.SizePool.html#create()"><B>create()</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.SizePool.html" title="class in ognl">ObjectArrayPool.SizePool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(int)"><B>create(int)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(java.lang.Object)"><B>create(Object)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(java.lang.Object, java.lang.Object)"><B>create(Object, Object)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(java.lang.Object, java.lang.Object, java.lang.Object)"><B>create(Object, Object, Object)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>create(Object, Object, Object, Object)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/ObjectArrayPool.html#create(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>create(Object, Object, Object, Object, Object)</B></A> -
Method in class ognl.<A HREF="ognl/ObjectArrayPool.html" title="class in ognl">ObjectArrayPool</A>
<DD>
<DT><A HREF="ognl/Ognl.html#createDefaultContext(java.lang.Object)"><B>createDefaultContext(Object)</B></A> -
Static method in class ognl.<A HREF="ognl/Ognl.html" title="class in ognl">Ognl</A>
<DD>Creates and returns a new standard naming context for evaluating an OGNL expression.
<DT><A HREF="ognl/Ognl.html#createDefaultContext(java.lang.Object, ognl.ClassResolver)"><B>createDefaultContext(Object, ClassResolver)</B></A> -
Static method in class ognl.<A HREF="ognl/Ognl.html" title="class in ognl">Ognl</A>
<DD>Creates and returns a new standard naming context for evaluating an OGNL expression.
<DT><A HREF="ognl/Ognl.html#createDefaultContext(java.lang.Object, ognl.ClassResolver, ognl.TypeConverter)"><B>createDefaultContext(Object, ClassResolver, TypeConverter)</B></A> -
Static method in class ognl.<A HREF="ognl/Ognl.html" title="class in ognl">Ognl</A>
<DD>Creates and returns a new standard naming context for evaluating an OGNL expression.
<DT><A HREF="ognl/Ognl.html#createDefaultContext(java.lang.Object, ognl.ClassResolver, ognl.TypeConverter, ognl.MemberAccess)"><B>createDefaultContext(Object, ClassResolver, TypeConverter, MemberAccess)</B></A> -
Static method in class ognl.<A HREF="ognl/Ognl.html" title="class in ognl">Ognl</A>
<DD>Creates and returns a new standard naming context for evaluating an OGNL expression.
<DT><A HREF="ognl/OgnlParserTokenManager.html#curChar"><B>curChar</B></A> -
Variable in class ognl.<A HREF="ognl/OgnlParserTokenManager.html" title="class in ognl">OgnlParserTokenManager</A>
<DD>
<DT><A HREF="ognl/ParseException.html#currentToken"><B>currentToken</B></A> -
Variable in class ognl.<A HREF="ognl/ParseException.html" title="class in ognl">ParseException</A>
<DD>This is the last token that has been consumed successfully.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="ognl/OgnlParserConstants.html#DEC_DIGITS"><B>DEC_DIGITS</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/OgnlParserConstants.html#DEC_FLT"><B>DEC_FLT</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/OgnlParserConstants.html#DEFAULT"><B>DEFAULT</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/OgnlContext.html#DEFAULT_CLASS_RESOLVER"><B>DEFAULT_CLASS_RESOLVER</B></A> -
Static variable in class ognl.<A HREF="ognl/OgnlContext.html" title="class in ognl">OgnlContext</A>
<DD>
<DT><A HREF="ognl/OgnlContext.html#DEFAULT_MEMBER_ACCESS"><B>DEFAULT_MEMBER_ACCESS</B></A> -
Static variable in class ognl.<A HREF="ognl/OgnlContext.html" title="class in ognl">OgnlContext</A>
<DD>
<DT><A HREF="ognl/OgnlContext.html#DEFAULT_TYPE_CONVERTER"><B>DEFAULT_TYPE_CONVERTER</B></A> -
Static variable in class ognl.<A HREF="ognl/OgnlContext.html" title="class in ognl">OgnlContext</A>
<DD>
<DT><A HREF="ognl/OgnlParserConstants.html#DIGIT"><B>DIGIT</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/NumericTypes.html#DOUBLE"><B>DOUBLE</B></A> -
Static variable in interface ognl.<A HREF="ognl/NumericTypes.html" title="interface in ognl">NumericTypes</A>
<DD>Type tag meaning double.
<DT><A HREF="ognl/OgnlParserConstants.html#DYNAMIC_SUBSCRIPT"><B>DYNAMIC_SUBSCRIPT</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/DefaultClassResolver.html" title="class in ognl"><B>DefaultClassResolver</B></A> - class ognl.<A HREF="ognl/DefaultClassResolver.html" title="class in ognl">DefaultClassResolver</A>.<DD>Default class resolution.<DT><A HREF="ognl/DefaultClassResolver.html#DefaultClassResolver()"><B>DefaultClassResolver()</B></A> -
Constructor for class ognl.<A HREF="ognl/DefaultClassResolver.html" title="class in ognl">DefaultClassResolver</A>
<DD>
<DT><A HREF="ognl/DefaultMemberAccess.html" title="class in ognl"><B>DefaultMemberAccess</B></A> - class ognl.<A HREF="ognl/DefaultMemberAccess.html" title="class in ognl">DefaultMemberAccess</A>.<DD>This class provides methods for setting up and restoring access in a Field.<DT><A HREF="ognl/DefaultMemberAccess.html#DefaultMemberAccess(boolean)"><B>DefaultMemberAccess(boolean)</B></A> -
Constructor for class ognl.<A HREF="ognl/DefaultMemberAccess.html" title="class in ognl">DefaultMemberAccess</A>
<DD>
<DT><A HREF="ognl/DefaultMemberAccess.html#DefaultMemberAccess(boolean, boolean, boolean)"><B>DefaultMemberAccess(boolean, boolean, boolean)</B></A> -
Constructor for class ognl.<A HREF="ognl/DefaultMemberAccess.html" title="class in ognl">DefaultMemberAccess</A>
<DD>
<DT><A HREF="ognl/DefaultTypeConverter.html" title="class in ognl"><B>DefaultTypeConverter</B></A> - class ognl.<A HREF="ognl/DefaultTypeConverter.html" title="class in ognl">DefaultTypeConverter</A>.<DD>Default type conversion.<DT><A HREF="ognl/DefaultTypeConverter.html#DefaultTypeConverter()"><B>DefaultTypeConverter()</B></A> -
Constructor for class ognl.<A HREF="ognl/DefaultTypeConverter.html" title="class in ognl">DefaultTypeConverter</A>
<DD>
<DT><A HREF="ognl/JavaCharStream.html#Done()"><B>Done()</B></A> -
Method in class ognl.<A HREF="ognl/JavaCharStream.html" title="class in ognl">JavaCharStream</A>
<DD>
<DT><A HREF="ognl/DynamicSubscript.html" title="class in ognl"><B>DynamicSubscript</B></A> - class ognl.<A HREF="ognl/DynamicSubscript.html" title="class in ognl">DynamicSubscript</A>.<DD>This class has predefined instances that stand for OGNL's special "dynamic subscripts" for getting at the first, middle, or last elements of a list.<DT><A HREF="ognl/OgnlParserTokenManager.html#debugStream"><B>debugStream</B></A> -
Variable in class ognl.<A HREF="ognl/OgnlParserTokenManager.html" title="class in ognl">OgnlParserTokenManager</A>
<DD>
<DT><A HREF="ognl/OgnlParser.html#disable_tracing()"><B>disable_tracing()</B></A> -
Method in class ognl.<A HREF="ognl/OgnlParser.html" title="class in ognl">OgnlParser</A>
<DD>
<DT><A HREF="ognl/OgnlOps.html#divide(java.lang.Object, java.lang.Object)"><B>divide(Object, Object)</B></A> -
Static method in class ognl.<A HREF="ognl/OgnlOps.html" title="class in ognl">OgnlOps</A>
<DD>
<DT><A HREF="ognl/OgnlOps.html#doubleValue(java.lang.Object)"><B>doubleValue(Object)</B></A> -
Static method in class ognl.<A HREF="ognl/OgnlOps.html" title="class in ognl">OgnlOps</A>
<DD>Evaluates the given object as a double-precision floating-point number.
<DT><A HREF="ognl/SimpleNode.html#dump(java.io.PrintWriter, java.lang.String)"><B>dump(PrintWriter, String)</B></A> -
Method in class ognl.<A HREF="ognl/SimpleNode.html" title="class in ognl">SimpleNode</A>
<DD>
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="ognl/OgnlParserConstants.html#EOF"><B>EOF</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/OgnlParserConstants.html#ESC"><B>ESC</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/OgnlParserConstants.html#EXPONENT"><B>EXPONENT</B></A> -
Static variable in interface ognl.<A HREF="ognl/OgnlParserConstants.html" title="interface in ognl">OgnlParserConstants</A>
<DD>
<DT><A HREF="ognl/ElementsAccessor.html" title="interface in ognl"><B>ElementsAccessor</B></A> - interface ognl.<A HREF="ognl/ElementsAccessor.html" title="interface in ognl">ElementsAccessor</A>.<DD>This interface defines a method for getting the "elements" of an object, which means any objects that naturally would be considered to be contained by the object.<DT><A HREF="ognl/EnumerationElementsAccessor.html" title="class in ognl"><B>EnumerationElementsAccessor</B></A> - class ognl.<A HREF="ognl/EnumerationElementsAccessor.html" title="class in ognl">EnumerationElementsAccessor</A>.<DD>Implementation of the ElementsAccessor interface for Enumerations, which returns an iterator that passes its calls through to the target Enumeration.<DT><A HREF="ognl/EnumerationElementsAccessor.html#EnumerationElementsAccessor()"><B>EnumerationElementsAccessor()</B></A> -
Constructor for class ognl.<A HREF="ognl/EnumerationElementsAccessor.html" title="class in ognl">EnumerationElementsAccessor</A>
<DD>
<DT><A HREF="ognl/EnumerationIterator.html" title="class in ognl"><B>EnumerationIterator</B></A> - class ognl.<A HREF="ognl/EnumerationIterator.html" title="class in ognl">EnumerationIterator</A>.<DD>Object that implements Iterator from an Enumeration<DT><A HREF="ognl/EnumerationIterator.html#EnumerationIterator(java.util.Enumeration)"><B>EnumerationIterator(Enumeration)</B></A> -
Constructor for class ognl.<A HREF="ognl/EnumerationIterator.html" title="class in ognl">EnumerationIterator</A>
<DD>
<DT><A HREF="ognl/EnumerationPropertyAccessor.html" title="class in ognl"><B>EnumerationPropertyAccessor</B></A> - class ognl.<A HREF="ognl/EnumerationPropertyAccessor.html" title="class in ognl">EnumerationPropertyAccessor</A>.<DD>Implementation of PropertyAccessor that provides "property" reference to "nextElement" (aliases to "next" also) and "hasMoreElements" (also aliased to "hasNext").<DT><A HREF="ognl/EnumerationPropertyAccessor.html#EnumerationPropertyAccessor()"><B>EnumerationPropertyAccessor()</B></A> -
Constructor for class ognl.<A HREF="ognl/EnumerationPropertyAccessor.html" title="class in ognl">EnumerationPropertyAccessor</A>
<DD>
<DT><A HREF="ognl/Evaluation.html" title="class in ognl"><B>Evaluation</B></A> - class ognl.<A HREF="ognl/Evaluation.html" title="class in ognl">Evaluation</A>.<DD>An <code>Evaluation</code> is and object that holds a node being evaluated and the source from which that node will take extract its value.<DT><A HREF="ognl/Evaluation.html#Evaluation(ognl.SimpleNode, java.lang.Object)"><B>Evaluation(SimpleNode, Object)</B></A> -
Constructor for class ognl.<A HREF="ognl/Evaluation.html" title="class in ognl">Evaluation</A>
<DD>Constructs a new "get" <code>Evaluation</code> from the node and source given.
<DT><A HREF="ognl/Evaluation.html#Evaluation(ognl.SimpleNode, java.lang.Object, boolean)"><B>Evaluation(SimpleNode, Object, boolean)</B></A> -
Constructor for class ognl.<A HREF="ognl/Evaluation.html" title="class in ognl">Evaluation</A>
<DD>Constructs a new <code>Evaluation</code> from the node and source given.
<DT><A HREF="ognl/EvaluationPool.html" title="class in ognl"><B>EvaluationPool</B></A> - class ognl.<A HREF="ognl/EvaluationPool.html" title="class in ognl">EvaluationPool</A>.<DD> <DT><A HREF="ognl/EvaluationPool.html#EvaluationPool()"><B>EvaluationPool()</B></A> -
Constructor for class ognl.<A HREF="ognl/EvaluationPool.html" title="class in ognl">EvaluationPool</A>
<DD>
<DT><A HREF="ognl/EvaluationPool.html#EvaluationPool(int)"><B>EvaluationPool(int)</B></A> -
Constructor for class ognl.<A HREF="ognl/EvaluationPool.html" title="class in ognl">EvaluationPool</A>
<DD>
<DT><A HREF="ognl/JavaCharStream.html#ExpandBuff(boolean)"><B>ExpandBuff(boolean)</B></A> -
Method in class ognl.<A HREF="ognl/JavaCharStream.html" title="class in ognl">JavaCharStream</A>
<DD>
<DT><A HREF="ognl/ExpressionNode.html" title="class in ognl"><B>ExpressionNode</B></A> - class ognl.<A HREF="ognl/ExpressionNode.html" title="class in ognl">ExpressionNode</A>.<DD> <DT><A HREF="ognl/ExpressionNode.html#ExpressionNode(int)"><B>ExpressionNode(int)</B></A> -
Constructor for class ognl.<A HREF="ognl/ExpressionNode.html" title="class in ognl">ExpressionNode</A>
<DD>
<DT><A HREF="ognl/ExpressionNode.html#ExpressionNode(ognl.OgnlParser, int)"><B>ExpressionNode(OgnlParser, int)</B></A> -
Constructor for class ognl.<A HREF="ognl/ExpressionNode.html" title="class in ognl">ExpressionNode</A>
<DD>
<DT><A HREF="ognl/ExpressionSyntaxException.html" title="class in ognl"><B>ExpressionSyntaxException</B></A> - exception ognl.<A HREF="ognl/ExpressionSyntaxException.html" title="class in ognl">ExpressionSyntaxException</A>.<DD>Exception thrown if a malformed OGNL expression is encountered.<DT><A HREF="ognl/ExpressionSyntaxException.html#ExpressionSyntaxException(java.lang.String, java.lang.Throwable)"><B>ExpressionSyntaxException(String, Throwable)</B></A> -
Constructor for class ognl.<A HREF="ognl/ExpressionSyntaxException.html" title="class in ognl">ExpressionSyntaxException</A>
<DD>
<DT><A HREF="ognl/OgnlParser.html#enable_tracing()"><B>enable_tracing()</B></A> -
Method in class ognl.<A HREF="ognl/OgnlParser.html" title="class in ognl">OgnlParser</A>
<DD>
<DT><A HREF="ognl/Token.html#endColumn"><B>endColumn</B></A> -
Variable in class ognl.<A HREF="ognl/Token.html" title="class in ognl">Token</A>
<DD>beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
<DT><A HREF="ognl/Token.html#endLine"><B>endLine</B></A> -
Variable in class ognl.<A HREF="ognl/Token.html" title="class in ognl">Token</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -