Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Cmp
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.Cmp 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.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Cmp.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Cmp>
LLJava.__Patterns.term_Cmp
(Pattern<? super LLJava.ArithInstruction> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Cmp el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Cmp e0) protected void
LLJava.MultiVisitor.action
(LLJava.Cmp e0) protected void
LLJava.Visitor.action
(LLJava.Cmp e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Cmp e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Cmp e0) protected void
LLJava.MultiVisitor.post
(LLJava.Cmp e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Cmp e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Cmp el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Cmp
(Pattern<? super LLJava.Cmp> p) static Pattern<LLJava.CmpFloating>
LLJava.__Patterns.term_CmpFloating
(Pattern<? super LLJava.Cmp> superpattern, Pattern<? super Boolean> p_greaterNaN) static Pattern<LLJava.CmpGT>
LLJava.__Patterns.term_CmpGT
(Pattern<? super LLJava.Cmp> superpattern) static Pattern<LLJava.CmpIntegral>
LLJava.__Patterns.term_CmpIntegral
(Pattern<? super LLJava.Cmp> superpattern) static Pattern<LLJava.CmpLT>
LLJava.__Patterns.term_CmpLT
(Pattern<? super LLJava.Cmp> superpattern) -
Uses of LLJava.Cmp in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Cmp
LLJavaGrammar.cmpInstruction
(Reducer.Context<SourceId> context, Optional<Boolean> greater) protected LLJava.Cmp
LLJavaParser.cmpInstruction
(Reducer.Context<SourceId> context, Optional<Boolean> greater)