Свойство | Type | Description | |
---|---|---|---|
FILE_TAG | byte[] |
Méthode | Description | |
---|---|---|
Add ( |
||
CodePosToSrcPos ( int codepos ) : int | ||
Compile ( string text, bool isexpression, bool isresultneeded, |
||
Compiler ( |
||
DoCompile ( string text, bool isexpression, bool isresultneeded ) : |
||
Error ( string msg ) : void | ||
GetCodeIndex ( |
位置を确定するために使う
|
|
GetCodeObject ( int index ) : |
||
GetLexicalAnalyzer ( ) : |
||
GetLine ( int line ) : string | ||
GetLineDescriptionString ( int pos ) : string | ||
GetLineOffset ( ) : int | ||
GetMaxLine ( ) : int | ||
GetName ( ) : string | ||
GetObjectIndex ( |
||
GetScript ( ) : string | ||
GetTJS ( ) : |
||
IsUsingPreProcessor ( ) : bool | ||
LineToSrcPos ( int line ) : int | ||
NotifyUsingPreProcessror ( ) : void | ||
Parse ( string script, bool isexpr, bool resultneeded ) : void | ||
Remove ( |
||
SetName ( string name, int lineofs ) : void | ||
SrcPosToLine ( int pos ) : int | ||
ToJavaCode ( string text, bool isexpression, bool isresultneeded ) : void |
Méthode | Description | |
---|---|---|
ExportByteCode ( |
||
Expr ( ) : |
||
ExprAddSubExpr ( ) : |
||
ExprAndExpr ( ) : |
||
ExprArrayElm ( ) : |
||
ExprArrayElmList ( ) : |
||
ExprAssignExpr ( ) : |
||
ExprBlock ( ) : |
||
ExprBlockOrStatment ( ) : |
||
ExprCallArg ( ) : |
||
ExprCallArgList ( ) : |
||
ExprCallArgList2 ( |
||
ExprCase ( ) : |
||
ExprCatch ( ) : |
||
ExprClassDef ( ) : |
||
ExprClassExtender ( ) : |
||
ExprCommaExpr ( ) : |
||
ExprCompareExpr ( ) : |
||
ExprCondExpr ( ) : |
||
ExprConstArrayElm ( ) : |
||
ExprConstArrayElmList ( ) : |
||
ExprConstDicElm ( ) : |
||
ExprConstDicElmList ( ) : |
||
ExprConstInlineArray ( ) : |
||
ExprConstInlineArrayOrDic ( ) : |
||
ExprConstInlineDic ( ) : |
||
ExprDefList ( ) : |
||
ExprDicElm ( ) : |
||
ExprDicElmList ( ) : |
||
ExprDo ( ) : |
||
ExprExclusiveOrExpr ( ) : |
||
ExprExprNoComma ( ) : |
||
ExprExtendsList ( ) : |
||
ExprFactorExpr ( ) : |
||
ExprFor ( ) : |
||
ExprForFirstClause ( ) : |
||
ExprForSecondClause ( ) : |
||
ExprForThridClause ( ) : |
||
ExprFuncCallExpr ( |
||
ExprFuncDeclArgOpt ( ) : |
||
ExprFuncDeclArgs ( ) : |
||
ExprFuncExprDef ( ) : |
||
ExprFunctionDef ( ) : |
||
ExprIdenticalExpr ( ) : |
||
ExprIf ( ) : |
||
ExprInclusiveOrExpr ( ) : |
||
ExprIncontextOfExpr ( ) : |
||
ExprInlineArray ( ) : |
||
ExprInlineDic ( ) : |
||
ExprLogicalAndExpr ( ) : |
||
ExprLogicalOrExpr ( ) : |
||
ExprMulDivExpr ( ) : |
||
ExprPriorityExpr ( ) : |
||
ExprPriorityExpr1 ( ) : |
||
ExprPropertyDef ( ) : |
||
ExprPropertyGetter ( ) : |
||
ExprPropertyHandlerDefList ( ) : |
||
ExprPropertySetter ( ) : |
||
ExprReturn ( ) : |
||
ExprShiftExpr ( ) : |
||
ExprStatement ( ) : |
||
ExprSwitch ( ) : |
||
ExprThrow ( ) : |
||
ExprTry ( ) : |
||
ExprUnaryExpr ( ) : |
||
ExprVariableDef ( ) : |
||
ExprVariableDefInner ( ) : |
||
ExprVariableId ( ) : |
||
ExprVariableIdList ( ) : |
||
ExprWhile ( ) : |
||
ExprWith ( ) : |
||
GenerateInterCodeObjects ( ) : |
||
Lex ( ) : int | ||
PopContextStack ( ) : void | ||
Program ( ) : void | ||
PushContextStack ( string name, int type ) : void | ||
Unlex ( ) : void | ||
Unlex ( int token, int value ) : void |
public Add ( |
||
gen | ||
Résultat | void |
public CodePosToSrcPos ( int codepos ) : int | ||
codepos | int | |
Résultat | int |
public Compile ( string text, bool isexpression, bool isresultneeded, |
||
text | string | |
isexpression | bool | |
isresultneeded | bool | |
output | ||
Résultat | void |
public Compiler ( |
||
owner | ||
Résultat | System.Collections.Generic |
public DoCompile ( string text, bool isexpression, bool isresultneeded ) : |
||
text | string | |
isexpression | bool | |
isresultneeded | bool | |
Résultat |
public GetCodeIndex ( |
||
gen | ||
Résultat | int |
public GetCodeObject ( int index ) : |
||
index | int | |
Résultat |
public GetLexicalAnalyzer ( ) : |
||
Résultat |
public GetLineDescriptionString ( int pos ) : string | ||
pos | int | |
Résultat | string |
public GetObjectIndex ( |
||
gen | ||
Résultat | int |
public Parse ( string script, bool isexpr, bool resultneeded ) : void | ||
script | string | |
isexpr | bool | |
resultneeded | bool | |
Résultat | void |
public Remove ( |
||
gen | ||
Résultat | void |
public SetName ( string name, int lineofs ) : void | ||
name | string | |
lineofs | int | |
Résultat | void |
public ToJavaCode ( string text, bool isexpression, bool isresultneeded ) : void | ||
text | string | |
isexpression | bool | |
isresultneeded | bool | |
Résultat | void |