railo.runtime.interpreter.ref.cast
Class Casting
java.lang.Object
railo.runtime.interpreter.ref.RefSupport
railo.runtime.interpreter.ref.cast.Casting
- All Implemented Interfaces:
- Ref
public final class Casting
- extends RefSupport
- implements Ref
cast
Casting
public Casting(String strType,
short type,
Ref ref)
- constructor of the class
- Parameters:
pc
- strType
- type
- ref
-
Casting
public Casting(String strType,
short type,
Object val)
getValue
public Object getValue(PageContext pc)
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
getValue
in interface Ref
- Returns:
- value to reference
- Throws:
PageException
getRef
public Ref getRef()
getStringType
public String getStringType()
getType
public short getType()
getTypeName
public String getTypeName()
- Description copied from interface:
Ref
- return the name name of a reference
- Specified by:
getTypeName
in interface Ref
- Returns:
- type as string
Copyright © 2012 Railo