Property | Type | Description | |
---|---|---|---|
DefaultKey | string | ||
DictionaryKey | string | ||
GroupFileExtension | string | ||
TemplateFileExtension | string |
Property | Type | Description | |
---|---|---|---|
NotFoundTemplate | |||
adaptors | TypeRegistry |
Method | Description | |
---|---|---|
Compile ( string srcName, string name, List |
||
CreateSingleton ( IToken templateToken ) : Template | ||
CreateStringTemplate ( ) : Template | ||
CreateStringTemplate ( |
||
CreateStringTemplateInternally ( |
||
CreateStringTemplateInternally ( Template prototype ) : Template | ||
DefineDictionary ( string name, object>.IDictionary |
||
DefineRegion ( string enclosingTemplateName, IToken regionT, string template, IToken templateToken ) : |
||
DefineTemplate ( string fullyQualifiedTemplateName, IToken nameT, List |
||
DefineTemplate ( string name, string template ) : |
||
DefineTemplate ( string name, string template, string arguments ) : |
||
DefineTemplateAlias ( IToken aliasT, IToken targetT ) : |
||
DefineTemplateOrRegion ( string fullyQualifiedTemplateName, string regionSurroundingTemplateName, IToken templateToken, string template, IToken nameToken, List |
||
GetAttributeRenderer ( System.Type attributeType ) : IAttributeRenderer | ||
GetInstanceOf ( string name ) : Template | ||
GetMangledRegionName ( string enclosingTemplateName, string name ) : string | ||
GetModelAdaptor ( System.Type attributeType ) : IModelAdaptor | ||
GetTemplateNames ( ) : HashSet |
||
GetTypeProxyFactory ( System.Type targetType ) : ITypeProxyFactory | ||
GetUnmangledTemplateName ( string mangledName ) : string | ||
ImportTemplates ( IToken fileNameToken ) : void | ||
ImportTemplates ( |
||
IsDefined ( string name ) : bool | ||
IsDictionary ( string name ) : bool | ||
Load ( ) : void | ||
LoadAbsoluteTemplateFile ( string fileName ) : |
||
LoadGroupFile ( string prefix, string fileName ) : void | ||
LoadTemplateFile ( string prefix, string unqualifiedFileName, ICharStream templateStream ) : |
||
LookupTemplate ( string name ) : |
||
RawDefineTemplate ( string name, |
||
RawGetDictionary ( string name ) : object>.IDictionary |
||
RawGetTemplate ( string name ) : |
||
RegisterModelAdaptor ( System.Type attributeType, IModelAdaptor adaptor ) : void | ||
RegisterRenderer ( System.Type attributeType, IAttributeRenderer renderer ) : void | ||
RegisterRenderer ( System.Type attributeType, IAttributeRenderer renderer, bool recursive ) : void | ||
RegisterTypeProxyFactory ( System.Type targetType, ITypeProxyFactory factory ) : void | ||
SetDelimiters ( IToken openDelimiter, IToken closeDelimiter ) : void | ||
SetDelimiters ( char delimiterStartChar, char delimiterStopChar ) : void | ||
Show ( ) : string | ||
TemplateGroup ( ) : System.Collections.Generic | ||
TemplateGroup ( char delimiterStartChar, char delimiterStopChar ) : System.Collections.Generic | ||
ToString ( ) : string | ||
UndefineTemplate ( string name ) : void | ||
Unload ( ) : void |
Method | Description | |
---|---|---|
GetEmbeddedInstanceOf ( Antlr4.StringTemplate.TemplateFrame frame, string name ) : Template | ||
Load ( string name ) : |
||
LookupImportedTemplate ( string name ) : |
Method | Description | |
---|---|---|
CacheCompiledGroup ( string cachePath, string prefix, string fileName, System.DateTime lastWriteTime ) : void | ||
CalculateReachableSerializedObjects ( ICollection | ||
CalculateReachableSerializedObjects ( object obj, HashSet |
||
CreateGroupObject ( System.IO.BinaryReader reader, int key, object>.Dictionary |
||
GetOrderedExports ( IEnumerable |
||
GetOrderedExports ( object currentObject, List |
||
ImportTemplates ( |
||
LoadGroupObject ( System.IO.BinaryReader reader, int key, object>.Dictionary |
||
TryLoadCachedGroup ( byte data, System.DateTime lastWriteTime ) : bool | ||
TryLoadGroupFromCache ( string cachePath, string prefix, string fileName ) : bool | ||
WriteGroupObject ( System.IO.BinaryWriter writer, object obj ) : void | ||
WriteGroupObjectReference ( System.IO.BinaryWriter writer, object obj ) : void |
public Compile ( string srcName, string name, List |
||
srcName | string | |
name | string | |
args | List |
|
template | string | |
templateToken | IToken | |
return |
public CreateSingleton ( IToken templateToken ) : Template | ||
templateToken | IToken | |
return | Template |
public CreateStringTemplate ( |
||
impl | ||
return | Template |
public CreateStringTemplateInternally ( |
||
impl | ||
return | Template |
public CreateStringTemplateInternally ( Template prototype ) : Template | ||
prototype | Template | |
return | Template |
public DefineDictionary ( string name, object>.IDictionary |
||
name | string | |
mapping | object>.IDictionary | |
return | void |
public DefineRegion ( string enclosingTemplateName, IToken regionT, string template, IToken templateToken ) : |
||
enclosingTemplateName | string | |
regionT | IToken | |
template | string | |
templateToken | IToken | |
return |
public DefineTemplate ( string fullyQualifiedTemplateName, IToken nameT, List |
||
fullyQualifiedTemplateName | string | |
nameT | IToken | |
args | List |
|
template | string | |
templateToken | IToken | |
return |
public DefineTemplate ( string name, string template ) : |
||
name | string | |
template | string | |
return |
public DefineTemplate ( string name, string template, string arguments ) : |
||
name | string | |
template | string | |
arguments | string | |
return |
public DefineTemplateAlias ( IToken aliasT, IToken targetT ) : |
||
aliasT | IToken | |
targetT | IToken | |
return |
public DefineTemplateOrRegion ( string fullyQualifiedTemplateName, string regionSurroundingTemplateName, IToken templateToken, string template, IToken nameToken, List |
||
fullyQualifiedTemplateName | string | |
regionSurroundingTemplateName | string | |
templateToken | IToken | |
template | string | |
nameToken | IToken | |
args | List |
|
return | void |
public GetAttributeRenderer ( System.Type attributeType ) : IAttributeRenderer | ||
attributeType | System.Type | |
return | IAttributeRenderer |
protected GetEmbeddedInstanceOf ( Antlr4.StringTemplate.TemplateFrame frame, string name ) : Template | ||
frame | Antlr4.StringTemplate.TemplateFrame | |
name | string | |
return | Template |
public GetInstanceOf ( string name ) : Template | ||
name | string | |
return | Template |
public static GetMangledRegionName ( string enclosingTemplateName, string name ) : string | ||
enclosingTemplateName | string | |
name | string | |
return | string |
public GetModelAdaptor ( System.Type attributeType ) : IModelAdaptor | ||
attributeType | System.Type | |
return | IModelAdaptor |
public GetTypeProxyFactory ( System.Type targetType ) : ITypeProxyFactory | ||
targetType | System.Type | |
return | ITypeProxyFactory |
public static GetUnmangledTemplateName ( string mangledName ) : string | ||
mangledName | string | |
return | string |
public ImportTemplates ( IToken fileNameToken ) : void | ||
fileNameToken | IToken | |
return | void |
public ImportTemplates ( |
||
g | ||
return | void |
protected Load ( string name ) : |
||
name | string | |
return |
public LoadAbsoluteTemplateFile ( string fileName ) : |
||
fileName | string | |
return |
public LoadGroupFile ( string prefix, string fileName ) : void | ||
prefix | string | |
fileName | string | |
return | void |
public LoadTemplateFile ( string prefix, string unqualifiedFileName, ICharStream templateStream ) : |
||
prefix | string | |
unqualifiedFileName | string | |
templateStream | ICharStream | |
return |
protected LookupImportedTemplate ( string name ) : |
||
name | string | |
return |
public LookupTemplate ( string name ) : |
||
name | string | |
return |
public RawDefineTemplate ( string name, |
||
name | string | |
code | ||
defT | IToken | |
return | void |
public RawGetDictionary ( string name ) : object>.IDictionary |
||
name | string | |
return | object>.IDictionary |
public RawGetTemplate ( string name ) : |
||
name | string | |
return |
public RegisterModelAdaptor ( System.Type attributeType, IModelAdaptor adaptor ) : void | ||
attributeType | System.Type | |
adaptor | IModelAdaptor | |
return | void |
public RegisterRenderer ( System.Type attributeType, IAttributeRenderer renderer ) : void | ||
attributeType | System.Type | |
renderer | IAttributeRenderer | |
return | void |
public RegisterRenderer ( System.Type attributeType, IAttributeRenderer renderer, bool recursive ) : void | ||
attributeType | System.Type | |
renderer | IAttributeRenderer | |
recursive | bool | |
return | void |
public RegisterTypeProxyFactory ( System.Type targetType, ITypeProxyFactory factory ) : void | ||
targetType | System.Type | |
factory | ITypeProxyFactory | |
return | void |
public SetDelimiters ( IToken openDelimiter, IToken closeDelimiter ) : void | ||
openDelimiter | IToken | |
closeDelimiter | IToken | |
return | void |
public SetDelimiters ( char delimiterStartChar, char delimiterStopChar ) : void | ||
delimiterStartChar | char | |
delimiterStopChar | char | |
return | void |
public TemplateGroup ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public TemplateGroup ( char delimiterStartChar, char delimiterStopChar ) : System.Collections.Generic | ||
delimiterStartChar | char | |
delimiterStopChar | char | |
return | System.Collections.Generic |
public UndefineTemplate ( string name ) : void | ||
name | string | |
return | void |
public static string GroupFileExtension | ||
return | string |
protected static CompiledTemplate,Antlr4.StringTemplate.Compiler NotFoundTemplate | ||
return |
public static string TemplateFileExtension | ||
return | string |