Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Cast
Packages that use 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
Methods in eu.bandm.tools.lljava.absy that return LLJava.CastModifier and TypeMethodDescriptionLLJava.Cast.doclone()
Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.CastModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Cast> LLJava.__Patterns.term_Cast
(Pattern<? super LLJava.TypeInstruction> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.CastModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Cast -
Uses of LLJava.Cast in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Cast -
Uses of LLJava.Cast in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.CastMethods in eu.bandm.tools.lljava.parser that return LLJava.CastModifier 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)