Constant Field Values

Contents

org.pipservices3.*

  • org.pipservices3.expressions.calculator.tokenizers.ExpressionNumberState 
    Modifier and Type Constant Field Value
    protected final int EXP1 101
    protected final int EXP2 69
    protected final int PLUS 43
  • org.pipservices3.expressions.calculator.tokenizers.ExpressionQuoteState 
    Modifier and Type Constant Field Value
    protected final int QUOTE 34
  • org.pipservices3.expressions.csv.CsvConstant 
    Modifier and Type Constant Field Value
    public static final int CR 13
    public static final int LF 10
    public static final int NIL 0
  • org.pipservices3.expressions.io.StringScanner 
    Modifier and Type Constant Field Value
    public static final int EOF -1
  • org.pipservices3.expressions.tokenizers.generic.CppCommentState 
    Modifier and Type Constant Field Value
    protected final int SLASH 47
    protected final int STAR 42
  • org.pipservices3.expressions.tokenizers.generic.GenericCommentState 
    Modifier and Type Constant Field Value
    protected final int CR 10
    protected final int LF 13
  • org.pipservices3.expressions.tokenizers.generic.GenericNumberState 
    Modifier and Type Constant Field Value
    protected final int DOT 46
    protected final int MINUS 45
  • org.pipservices3.expressions.tokenizers.utilities.CharValidator 
    Modifier and Type Constant Field Value
    public static final int EOF 65535