Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ConstantSingleValue
Packages that use LLJava.ConstantSingleValue
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.ConstantSingleValue in eu.bandm.tools.lljava.absy
Subclasses of LLJava.ConstantSingleValue 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.ConstantSingleValueModifier and TypeMethodDescriptionLLJava.ConstantSingleValue.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.ConstantSingleValueModifier and TypeMethodDescriptionstatic Pattern<LLJava.ConstantSingleValue> LLJava.__Patterns.term_ConstantSingleValue(Pattern<? super LLJava.Loadable> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ConstantSingleValueModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.ConstantSingleValue el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.ConstantSingleValue e0) protected voidLLJava.MultiVisitor.action(LLJava.ConstantSingleValue e0) protected voidLLJava.Visitor.action(LLJava.ConstantSingleValue e0) protected voidLLJava.MultiVisitor.descend(LLJava.ConstantSingleValue e0) voidLLJava.MATCH_ONLY_00.match(LLJava.ConstantSingleValue e0) protected voidLLJava.MultiVisitor.post(LLJava.ConstantSingleValue e0) protected voidLLJava.MultiVisitor.pre(LLJava.ConstantSingleValue e0) protected FormatLLJava.__Formatter.toFormat(LLJava.ConstantSingleValue el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ConstantSingleValueModifier and TypeMethodDescriptionLLJava.__Patterns.cast_ConstantSingleValue(Pattern<? super LLJava.ConstantSingleValue> p) static Pattern<LLJava.ConstantFloat> LLJava.__Patterns.term_ConstantFloat(Pattern<? super LLJava.ConstantSingleValue> superpattern, Pattern<? super Float> p_value) static Pattern<LLJava.ConstantInteger> LLJava.__Patterns.term_ConstantInteger(Pattern<? super LLJava.ConstantSingleValue> superpattern, Pattern<? super Integer> p_value) static Pattern<LLJava.ConstantString> LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern, Pattern<? super LLJava.ConstantUTF8> p_value)