Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.ConstantSingleValue.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.ConstantSingleValue>
LLJava.__Patterns.term_ConstantSingleValue
(Pattern<? super LLJava.Loadable> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.ConstantSingleValue el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.ConstantSingleValue e0) protected void
LLJava.MultiVisitor.action
(LLJava.ConstantSingleValue e0) protected void
LLJava.Visitor.action
(LLJava.ConstantSingleValue e0) protected void
LLJava.MultiVisitor.descend
(LLJava.ConstantSingleValue e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.ConstantSingleValue e0) protected void
LLJava.MultiVisitor.post
(LLJava.ConstantSingleValue e0) protected void
LLJava.MultiVisitor.pre
(LLJava.ConstantSingleValue e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.ConstantSingleValue el) Modifier 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)