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 voidLLJava.__Formatter.action(LLJava.Cast el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Cast e0) protected voidLLJava.MultiVisitor.action(LLJava.Cast e0) protected voidLLJava.Visitor.action(LLJava.Cast e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Cast c) protected voidConstantPoolCollector.Creator.descend(LLJava.Cast x) protected voidLLJava.MultiVisitor.descend(LLJava.Cast e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Cast e0) protected voidLLJava.MultiVisitor.post(LLJava.Cast e0) protected voidLLJava.MultiVisitor.pre(LLJava.Cast e0) protected FormatLLJava.__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.CastLLJavaGrammar.castInstruction(Reducer.Context<SourceId> context, LLJava.TypeExpr type) protected LLJava.CastLLJavaParser.castInstruction(Reducer.Context<SourceId> context, LLJava.TypeExpr type)