ST4-4.3.4.jar中文-英文对照文档.zip

org.antlrST44.3.4API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: ST4-4.3.4.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.38 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

ST4-4.3.4.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:ST4-4.3.4.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:ST4-4.3.4.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:ST4-4.3.4.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:ST4-4.3.4-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 ST4-4.3.4.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: StringTemplate 4
  • 描述: StringTemplate 是一个 Java 模板引擎,用于生成源代码、网页、电子邮件或其他任何格式化文本输出。StringTemplate 特别擅长多目标代码生成器、多个网站皮肤以及国际化/本地化。它是在多年开发 jGuru.com 的过程中逐步发展而来的。StringTemplate 同时也驱动了 ANTLR 3 和 4 的代码生成器。其显著特点是,与其他引擎不同,它严格强制执行模型与视图的分离。这种严格的分离使网站和代码生成器更加灵活和易于维护;它还能有效防止恶意模板作者的攻击。
  • 版本: 4.3.4

Maven依赖

<dependency>
	<groupId>org.antlr</groupId>
	<artifactId>ST4</artifactId>
	<version>4.3.4</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.antlr', name: 'ST4', version: '4.3.4'
Gradle (Short):
	implementation 'org.antlr:ST4:4.3.4'
Gradle (Kotlin):
	implementation("org.antlr:ST4:4.3.4")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.stringtemplate.v4
org.stringtemplate.v4.compiler
org.stringtemplate.v4.debug
org.stringtemplate.v4.gui
org.stringtemplate.v4.misc

本组件包含的 Java class(类)

org.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.qualifiedId_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.qualifiedId_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