Package org.eolang.opeo.ast
Class CheckCast
- java.lang.Object
-
- org.eolang.opeo.ast.CheckCast
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.org.objectweb.asm.Type
type()
Node type.
-
-
-
Constructor Detail
-
CheckCast
public CheckCast(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.- Parameters:
node
- XMIR node to parse.parser
- Parser to use.
-
CheckCast
public CheckCast(org.objectweb.asm.Type type, AstNode value)
Constructor.- Parameters:
type
- Type to check.value
- Value to cast.
-
-