|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.interpreter.ref.literal.LBigDecimal
public final class LBigDecimal
Literal Number
Field Summary | |
---|---|
static LBigDecimal |
ONE
|
static LBigDecimal |
ZERO
|
Constructor Summary | |
---|---|
LBigDecimal(BigDecimal literal)
constructor of the class |
|
LBigDecimal(String literal)
constructor of the class |
Method Summary | |
---|---|
boolean |
eeq(Ref other)
|
BigDecimal |
getBigDecimal()
|
Object |
getCollection()
return the value for that the reference is for |
String |
getTypeName()
return the name name of a reference |
Object |
getValue()
return the value for that the reference is for |
String |
toString()
|
Object |
touchValue()
return the value for that the reference is for |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LBigDecimal ZERO
public static final LBigDecimal ONE
Constructor Detail |
---|
public LBigDecimal(BigDecimal literal)
literal
- public LBigDecimal(String literal) throws PageException
literal
-
PageException
Method Detail |
---|
public BigDecimal getBigDecimal()
public Object getValue()
Ref
getValue
in interface Ref
Ref.getValue()
public Object getCollection()
Ref
getCollection
in interface Ref
Ref.getCollection()
public String getTypeName()
Ref
getTypeName
in interface Ref
Ref.getTypeName()
public Object touchValue()
Ref
touchValue
in interface Ref
Ref.touchValue()
public String toString()
toString
in class Object
Object.toString()
public boolean eeq(Ref other) throws PageException
eeq
in interface Ref
PageException
Ref.eeq(railo.runtime.interpreter.ref.Ref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |