- getARawWord() - 类 中的方法com.centit.support.compiler.Lexer
-
- getARawWord(boolean) - 类 中的方法com.centit.support.compiler.Lexer
-
- getARegularWord() - 类 中的方法com.centit.support.compiler.Lexer
-
- getAWord() - 类 中的方法com.centit.support.compiler.Lexer
-
过滤掉 注释
系统支持两种注释, c++(java) // /*
sql -- /*
- getAWord(boolean) - 类 中的方法com.centit.support.compiler.Lexer
-
- getBuffer(int, int) - 类 中的方法com.centit.support.compiler.Lexer
-
- getCurrPos() - 类 中的方法com.centit.support.compiler.Lexer
-
- getFirstWord(String) - 类 中的静态方法com.centit.support.compiler.Lexer
-
- getFuncNo(String) - 类 中的静态方法com.centit.support.compiler.EmbedFunc
-
- getLabelValue(String) - 类 中的方法com.centit.support.compiler.ObjectTranslate
-
- getLabelValue(String) - 接口 中的方法com.centit.support.compiler.VariableTranslate
-
标识符名-》标识符值的转变
标识符 是以 字母和下划线开头的 字符串
如果变量列表中不存在这个标识符,返回标识本身的名字
- getNoteType() - 类 中的方法com.centit.support.compiler.Lexer
-
- getOptID(String) - 类 中的静态方法com.centit.support.compiler.VariableFormula
-
- getStringUntil(String) - 类 中的方法com.centit.support.compiler.Lexer
-
- getVarValue(String) - 类 中的方法com.centit.support.compiler.ObjectTranslate
-
默认返回业务模型对象的属性值 , request 队形的参数
/**变量名 -》变量值的转变
变量 是用 ${变量名}
如果这个变量不存在,返回空字符串 "''"
- getVarValue(String) - 接口 中的方法com.centit.support.compiler.VariableTranslate
-
变量名 -》变量值的转变
变量 是用 ${变量名}
如果这个变量不存在,返回空字符串 "''"