Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Cmp
Packages that use 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
Subclasses of LLJava.Cmp in eu.bandm.tools.lljava.absyModifier 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.Methods in eu.bandm.tools.lljava.absy that return LLJava.CmpModifier and TypeMethodDescriptionLLJava.Cmp.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.CmpModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Cmp> LLJava.__Patterns.term_Cmp
(Pattern<? super LLJava.ArithInstruction> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.CmpModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.CmpModifier 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
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.CmpMethods in eu.bandm.tools.lljava.parser that return LLJava.CmpModifier 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)