类 TextCompiler<MSG,RECEIVER,SELF extends TextCompiler<MSG,RECEIVER,SELF>>
java.lang.Object
cc.carm.lib.configuration.value.text.function.ContentHandler<RECEIVER,SELF>
cc.carm.lib.configuration.value.text.function.TextParser<RECEIVER,SELF>
cc.carm.lib.configuration.value.text.function.TextCompiler<MSG,RECEIVER,SELF>
- 所有已实现的接口:
Insertable<RECEIVER,,SELF> Replaceable<RECEIVER,SELF>
- 直接已知子类:
TextDispatcher
public abstract class TextCompiler<MSG,RECEIVER,SELF extends TextCompiler<MSG,RECEIVER,SELF>>
extends TextParser<RECEIVER,SELF>
-
字段概要
字段从类继承的字段 cc.carm.lib.configuration.value.text.function.ContentHandler
disableInsertion, inserters, insertion, lineSeparator, paramReplacer, params, parser, replacers -
构造器概要
构造器 -
方法概要
从类继承的方法 cc.carm.lib.configuration.value.text.function.TextParser
handle, parse, parse, parseLine, parseLine, texts从类继承的方法 cc.carm.lib.configuration.value.text.function.ContentHandler
buildParams, disableInsertion, enableInsertion, getInsertion, handle, insert, inserter, inserters, inserting, lineSeparator, noneInsertion, paramReplacer, params, parse, parser, placeholder, placeholders, placeholders, placeholders, removeInsert, replacer, replacers, self, setPlaceholders从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cc.carm.lib.configuration.value.text.function.inserter.Insertable
insert, insert, insert从接口继承的方法 cc.carm.lib.configuration.value.text.function.replacer.Replaceable
applyReplacements, replace, replace, replace, replace, replace, replace, replace, replacer
-
字段详细资料
-
compiler
-
-
构造器详细资料
-
TextCompiler
public TextCompiler()
-
-
方法详细资料
-
compiler
Set the text compiler.- 参数:
compiler- The text compiler.- 返回:
- The current
TextCompilerinstance.
-
compile
Compile the text for specific receiver.- 参数:
receiver- The receiver.- 返回:
- The compiled text.
- 另请参阅:
-
compileLine
Compile the singleton text for specific receiver.- 参数:
receiver- The receiver.- 返回:
- The compiled text.
- 另请参阅:
-