文件名称: jakarta.el-4.0.2.jar中文-英文对照文档.zip
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>4.0.2</version>
</dependency>Gradle:
implementation group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'
Gradle (Short):
implementation 'org.glassfish:jakarta.el:4.0.2'
Gradle (Kotlin):
implementation("org.glassfish:jakarta.el:4.0.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.sun.el
com.sun.el.lang
com.sun.el.parser
com.sun.el.stream
com.sun.el.utilcom.sun.el.ExpressionFactoryImpl
com.sun.el.MethodExpressionImpl
com.sun.el.MethodExpressionLiteral
com.sun.el.ValueExpressionImpl
com.sun.el.ValueExpressionLiteral
com.sun.el.lang.ELArithmetic
com.sun.el.lang.ELArithmetic.BigDecimalDelegate
com.sun.el.lang.ELArithmetic.BigIntegerDelegate
com.sun.el.lang.ELArithmetic.DoubleDelegate
com.sun.el.lang.ELArithmetic.LongDelegate
com.sun.el.lang.ELSupport
com.sun.el.lang.EvaluationContext
com.sun.el.lang.ExpressionBuilder
com.sun.el.lang.FunctionMapperFactory
com.sun.el.lang.FunctionMapperImpl
com.sun.el.lang.FunctionMapperImpl.Function
com.sun.el.lang.VariableMapperFactory
com.sun.el.lang.VariableMapperImpl
com.sun.el.parser.ArithmeticNode
com.sun.el.parser.AstAnd
com.sun.el.parser.AstAssign
com.sun.el.parser.AstBracketSuffix
com.sun.el.parser.AstChoice
com.sun.el.parser.AstCompositeExpression
com.sun.el.parser.AstConcat
com.sun.el.parser.AstDeferredExpression
com.sun.el.parser.AstDiv
com.sun.el.parser.AstDotSuffix
com.sun.el.parser.AstDynamicExpression
com.sun.el.parser.AstEmpty
com.sun.el.parser.AstEqual
com.sun.el.parser.AstFalse
com.sun.el.parser.AstFloatingPoint
com.sun.el.parser.AstFunction
com.sun.el.parser.AstGreaterThan
com.sun.el.parser.AstGreaterThanEqual
com.sun.el.parser.AstIdentifier
com.sun.el.parser.AstInteger
com.sun.el.parser.AstLambdaExpression
com.sun.el.parser.AstLambdaParameters
com.sun.el.parser.AstLessThan
com.sun.el.parser.AstLessThanEqual
com.sun.el.parser.AstListData
com.sun.el.parser.AstLiteralExpression
com.sun.el.parser.AstMapData
com.sun.el.parser.AstMapEntry
com.sun.el.parser.AstMethodArguments
com.sun.el.parser.AstMinus
com.sun.el.parser.AstMod
com.sun.el.parser.AstMult
com.sun.el.parser.AstNegative
com.sun.el.parser.AstNot
com.sun.el.parser.AstNotEqual
com.sun.el.parser.AstNull
com.sun.el.parser.AstOr
com.sun.el.parser.AstPlus
com.sun.el.parser.AstSemiColon
com.sun.el.parser.AstString
com.sun.el.parser.AstTrue
com.sun.el.parser.AstValue
com.sun.el.parser.AstValue.Target
com.sun.el.parser.BooleanNode
com.sun.el.parser.ELParser
com.sun.el.parser.ELParserConstants
com.sun.el.parser.ELParserTokenManager
com.sun.el.parser.ELParserTreeConstants
com.sun.el.parser.JJTELParserState
com.sun.el.parser.Node
com.sun.el.parser.NodeVisitor
com.sun.el.parser.ParseException
com.sun.el.parser.SimpleCharStream
com.sun.el.parser.SimpleNode
com.sun.el.parser.Token
com.sun.el.parser.TokenMgrError
com.sun.el.stream.Optional
com.sun.el.stream.Stream
com.sun.el.stream.StreamELResolver
com.sun.el.util.MessageFactory
com.sun.el.util.ReflectionUtil