Creates a new literal expression node.paramvalue the literal expression content/value. _value = value; _namespace = null;
_value = value; _namespace = null;
Creates a new literal expression node.paramvalue the literal expression content/value.paramnamespace the namespace in which the expression exists. _value = value; _namespace = namespace.equals(Constants.EMPTYSTRING) ? null : namespace;
_value = value; _namespace = namespace.equals(Constants.EMPTYSTRING) ? null : namespace;
return false;
return _namespace;
return _value;
return "literal-expr(" + _value + ')";
final ConstantPoolGen cpg = classGen.getConstantPool(); final InstructionList il = methodGen.getInstructionList(); il.append(new PUSH(cpg, _value));
return _type = Type.String;