Class ConstantDef

java.lang.Object
com.thoughtworks.qdox.parser.expression.ExpressionDef
com.thoughtworks.qdox.parser.expression.ConstantDef
All Implemented Interfaces:
ElemValueDef

public class ConstantDef extends ExpressionDef
  • Constructor Details

    • ConstantDef

      public ConstantDef(String value, Class<?> type)
  • Method Details