Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | CompilerErrorComparer |
Static Public Member Functions | |
static string | ConstructQName (string prefix, string localName) |
Public Attributes | |
XsltSettings | Settings |
bool | IsDebug |
string | ScriptAssemblyPath |
int | Version |
string | inputTypeAnnotations |
CompilerErrorCollection | CompilerErrorColl |
int | CurrentPrecedence |
XslNode | StartApplyTemplates |
RootLevel | Root |
Scripts | Scripts |
Output | Output = new Output() |
List< VarPar > | ExternalPars = new List<VarPar>() |
List< VarPar > | GlobalVars = new List<VarPar>() |
List< WhitespaceRule > | WhitespaceRules = new List<WhitespaceRule>() |
DecimalFormats | DecimalFormats = new DecimalFormats() |
Keys | Keys = new Keys() |
List< ProtoTemplate > | AllTemplates = new List<ProtoTemplate>() |
Dictionary< QilName, VarPar > | AllGlobalVarPars = new Dictionary<QilName, VarPar>() |
Dictionary< QilName, Template > | NamedTemplates = new Dictionary<QilName, Template>() |
Dictionary< QilName, AttributeSet > | AttributeSets = new Dictionary<QilName, AttributeSet>() |
Dictionary< string, NsAlias > | NsAliases = new Dictionary<string, NsAlias>() |
readonly string | PhantomNCName = "error" |
Properties | |
int | ErrorCount [get, set] |
Private Member Functions | |
void | MergeWhitespaceRules (Stylesheet sheet) |
void | MergeAttributeSets (Stylesheet sheet) |
void | MergeGlobalVarPars (Stylesheet sheet) |
void | SortErrors () |
Private Attributes | |
readonly Dictionary< string, int > | _moduleOrder = new Dictionary<string, int>() |
int | _phantomNsCounter |
int | _savedErrorCount = -1 |
Definition at line 7 of file Compiler.cs.