文件名称: ST4-4.0.8.jar中文-英文对照文档.zip
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.0.8</version>
</dependency>Gradle:
implementation group: 'org.antlr', name: 'ST4', version: '4.0.8'
Gradle (Short):
implementation 'org.antlr:ST4:4.0.8'
Gradle (Kotlin):
implementation("org.antlr:ST4:4.0.8")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.stringtemplate.v4
org.stringtemplate.v4.compiler
org.stringtemplate.v4.debug
org.stringtemplate.v4.gui
org.stringtemplate.v4.miscorg.stringtemplate.v4.AttributeRenderer
org.stringtemplate.v4.AutoIndentWriter
org.stringtemplate.v4.DateRenderer
org.stringtemplate.v4.InstanceScope
org.stringtemplate.v4.Interpreter
org.stringtemplate.v4.Interpreter.ArgumentsMap
org.stringtemplate.v4.Interpreter.ObjectList
org.stringtemplate.v4.Interpreter.Option
org.stringtemplate.v4.ModelAdaptor
org.stringtemplate.v4.NoIndentWriter
org.stringtemplate.v4.NumberRenderer
org.stringtemplate.v4.ST
org.stringtemplate.v4.ST.AttributeList
org.stringtemplate.v4.ST.DebugState
org.stringtemplate.v4.ST.RegionType
org.stringtemplate.v4.STErrorListener
org.stringtemplate.v4.STGroup
org.stringtemplate.v4.STGroupDir
org.stringtemplate.v4.STGroupFile
org.stringtemplate.v4.STGroupString
org.stringtemplate.v4.STRawGroupDir
org.stringtemplate.v4.STWriter
org.stringtemplate.v4.StringRenderer
org.stringtemplate.v4.compiler.Bytecode
org.stringtemplate.v4.compiler.Bytecode.Instruction
org.stringtemplate.v4.compiler.Bytecode.OperandType
org.stringtemplate.v4.compiler.BytecodeDisassembler
org.stringtemplate.v4.compiler.CodeGenerator
org.stringtemplate.v4.compiler.CodeGenerator.args_return
org.stringtemplate.v4.compiler.CodeGenerator.conditional_return
org.stringtemplate.v4.compiler.CodeGenerator.exprOptions_return
org.stringtemplate.v4.compiler.CodeGenerator.includeExpr_return
org.stringtemplate.v4.compiler.CodeGenerator.listElement_return
org.stringtemplate.v4.compiler.CodeGenerator.list_return
org.stringtemplate.v4.compiler.CodeGenerator.mapTemplateRef_return
org.stringtemplate.v4.compiler.CodeGenerator.primary_return
org.stringtemplate.v4.compiler.CodeGenerator.region_return
org.stringtemplate.v4.compiler.CodeGenerator.subtemplate_return
org.stringtemplate.v4.compiler.CodeGenerator.template_scope
org.stringtemplate.v4.compiler.CompilationState
org.stringtemplate.v4.compiler.CompiledST
org.stringtemplate.v4.compiler.Compiler
org.stringtemplate.v4.compiler.FormalArgument
org.stringtemplate.v4.compiler.GroupLexer
org.stringtemplate.v4.compiler.GroupParser
org.stringtemplate.v4.compiler.GroupParser.formalArgs_scope
org.stringtemplate.v4.compiler.STException
org.stringtemplate.v4.compiler.STLexer
org.stringtemplate.v4.compiler.STLexer.STToken
org.stringtemplate.v4.compiler.STParser
org.stringtemplate.v4.compiler.STParser.andConditional_return
org.stringtemplate.v4.compiler.STParser.argExprList_return
org.stringtemplate.v4.compiler.STParser.arg_return
org.stringtemplate.v4.compiler.STParser.args_return
org.stringtemplate.v4.compiler.STParser.compoundElement_return
org.stringtemplate.v4.compiler.STParser.conditional_return
org.stringtemplate.v4.compiler.STParser.conditional_scope
org.stringtemplate.v4.compiler.STParser.element_return
org.stringtemplate.v4.compiler.STParser.exprNoComma_return
org.stringtemplate.v4.compiler.STParser.exprOptions_return
org.stringtemplate.v4.compiler.STParser.exprTag_return
org.stringtemplate.v4.compiler.STParser.expr_return
org.stringtemplate.v4.compiler.STParser.ifstat_return
org.stringtemplate.v4.compiler.STParser.includeExpr_return
org.stringtemplate.v4.compiler.STParser.listElement_return
org.stringtemplate.v4.compiler.STParser.list_return
org.stringtemplate.v4.compiler.STParser.mapExpr_return
org.stringtemplate.v4.compiler.STParser.mapTemplateRef_return
org.stringtemplate.v4.compiler.STParser.memberExpr_return
org.stringtemplate.v4.compiler.STParser.namedArg_return
org.stringtemplate.v4.compiler.STParser.notConditionalExpr_return
org.stringtemplate.v4.compiler.STParser.notConditional_return
org.stringtemplate.v4.compiler.STParser.option_return
org.stringtemplate.v4.compiler.STParser.primary_return
org.stringtemplate.v4.compiler.STParser.region_return
org.stringtemplate.v4.compiler.STParser.singleElement_return
org.stringtemplate.v4.compiler.STParser.subtemplate_return
org.stringtemplate.v4.compiler.STParser.templateAndEOF_return
org.stringtemplate.v4.compiler.STParser.template_return
org.stringtemplate.v4.compiler.StringTable
org.stringtemplate.v4.debug.AddAttributeEvent
org.stringtemplate.v4.debug.ConstructionEvent
org.stringtemplate.v4.debug.EvalExprEvent
org.stringtemplate.v4.debug.EvalTemplateEvent
org.stringtemplate.v4.debug.IndentEvent
org.stringtemplate.v4.debug.InterpEvent
org.stringtemplate.v4.gui.JTreeASTModel
org.stringtemplate.v4.gui.JTreeSTModel
org.stringtemplate.v4.gui.JTreeSTModel.Wrapper
org.stringtemplate.v4.gui.JTreeScopeStackModel
org.stringtemplate.v4.gui.JTreeScopeStackModel.StringTree
org.stringtemplate.v4.gui.STViewFrame
org.stringtemplate.v4.gui.STViz
org.stringtemplate.v4.misc.Aggregate
org.stringtemplate.v4.misc.AggregateModelAdaptor
org.stringtemplate.v4.misc.AmbiguousMatchException
org.stringtemplate.v4.misc.ArrayIterator
org.stringtemplate.v4.misc.Coordinate
org.stringtemplate.v4.misc.ErrorBuffer
org.stringtemplate.v4.misc.ErrorManager
org.stringtemplate.v4.misc.ErrorType
org.stringtemplate.v4.misc.Interval
org.stringtemplate.v4.misc.MapModelAdaptor
org.stringtemplate.v4.misc.Misc
org.stringtemplate.v4.misc.MultiMap
org.stringtemplate.v4.misc.ObjectModelAdaptor
org.stringtemplate.v4.misc.STCompiletimeMessage
org.stringtemplate.v4.misc.STGroupCompiletimeMessage
org.stringtemplate.v4.misc.STLexerMessage
org.stringtemplate.v4.misc.STMessage
org.stringtemplate.v4.misc.STModelAdaptor
org.stringtemplate.v4.misc.STNoSuchAttributeException
org.stringtemplate.v4.misc.STNoSuchPropertyException
org.stringtemplate.v4.misc.STRuntimeMessage
org.stringtemplate.v4.misc.TypeRegistry