public interface Cast extends Expression
Modifier and Type | Method and Description |
---|---|
MutableClassInfo |
getType()
Returns the class representing the type specified by the cast.
|
void |
replace(String statement)
Replaces the explicit cast operator with the bytecode derived from
the given source text.
|
getFileName, getLineNumber, indexOfBytecode, mayThrow, replace, whereConstructor, whereMethod
MutableClassInfo getType() throws NotFoundException
NotFoundException
- if the requested class info cannot be foundvoid replace(String statement) throws CannotCompileException
replace
in interface Expression
CannotCompileException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.