Constant Field Values

Contents

jaxx.compiler.*

  • jaxx.compiler.java.JavaFile
    Modifier and Type Constant Field Value
    protected static final java.lang.String BOOLEAN_GETTER_PATTERN "return %1$s !=null && %1$s;"
    protected static final java.lang.String GETTER_PATTERN "return %1$s;"
    protected static final java.lang.String SETTER_PATTERN "%1$s oldValue = this.%2$s;\nthis.%2$s = %2$s;\nfirePropertyChange(%3$s, oldValue, %2$s);"
  • jaxx.compiler.tasks.CompileFirstPassTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "CompileFirstPass"
  • jaxx.compiler.tasks.CompileSecondPassTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "CompileSecondPass"
  • jaxx.compiler.tasks.FinalizeTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "Finalize"
  • jaxx.compiler.tasks.GenerateConstructorsTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "PostFinalize"
  • jaxx.compiler.tasks.GenerateMissingRulesTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "GenerateMissingRules"
  • jaxx.compiler.tasks.GenerateTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "Generate"
  • jaxx.compiler.tasks.InitTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "Init"
  • jaxx.compiler.tasks.ProfileTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "Profile"
  • jaxx.compiler.tasks.StyleSheetTask
    Modifier and Type Constant Field Value
    public static final java.lang.String TASK_NAME "StyleSheet"
  • jaxx.compiler.tools.jaxxcapture.handlers.ObjectHandler
    Modifier and Type Constant Field Value
    public static final java.lang.String ATTRIBUTE_PROPERTY "property"