Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Cast
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
-
Uses of LLJava.Cast in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.Cast.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Cast>
LLJava.__Patterns.term_Cast
(Pattern<? super LLJava.TypeInstruction> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Cast el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Cast e0) protected void
LLJava.MultiVisitor.action
(LLJava.Cast e0) protected void
LLJava.Visitor.action
(LLJava.Cast e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Cast c) protected void
ConstantPoolCollector.Creator.descend
(LLJava.Cast x) protected void
LLJava.MultiVisitor.descend
(LLJava.Cast e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Cast e0) protected void
LLJava.MultiVisitor.post
(LLJava.Cast e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Cast e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Cast el) -
Uses of LLJava.Cast in eu.bandm.tools.lljava.codec
-
Uses of LLJava.Cast in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Cast
LLJavaGrammar.castInstruction
(Reducer.Context<SourceId> context, LLJava.TypeExpr type) protected LLJava.Cast
LLJavaParser.castInstruction
(Reducer.Context<SourceId> context, LLJava.TypeExpr type)