Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Shift
Packages that use LLJava.Shift
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.Shift in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Shift in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.ShiftModifier and TypeMethodDescriptionLLJava.Shift.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.ShiftModifier and TypeMethodDescriptionstatic Pattern<LLJava.Shift> LLJava.__Patterns.term_Shift(Pattern<? super LLJava.ArithInstruction> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ShiftModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Shift el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Shift e0) protected voidLLJava.MultiVisitor.action(LLJava.Shift e0) protected voidLLJava.Visitor.action(LLJava.Shift e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Shift a) protected voidLLJava.MultiVisitor.descend(LLJava.Shift e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Shift e0) protected voidLLJava.MultiVisitor.post(LLJava.Shift e0) protected voidLLJava.MultiVisitor.pre(LLJava.Shift e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Shift el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ShiftModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Shift(Pattern<? super LLJava.Shift> p) static Pattern<LLJava.Shl> LLJava.__Patterns.term_Shl(Pattern<? super LLJava.Shift> superpattern) static Pattern<LLJava.Shr> LLJava.__Patterns.term_Shr(Pattern<? super LLJava.Shift> superpattern) static Pattern<LLJava.UShr> LLJava.__Patterns.term_UShr(Pattern<? super LLJava.Shift> superpattern)