Uses of Class
eu.bandm.tools.lljava.absy.LLJava.If
Packages that use LLJava.If
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.If in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.IfModifier and TypeMethodDescriptionLLJava.If.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.IfModifier and TypeMethodDescriptionLLJava.If.get_body
(Pattern<? super LLJava.CodePoint> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.If.get_condition
(Pattern<? super LLJava.Condition> p) Lifts a pattern which matches the field value to one which matches this whole object.Lifts a pattern which matches the field value to one which matches this whole object.LLJava.__Patterns.term_If
(Pattern<? super LLJava.Instruction> superpattern, Pattern<? super Boolean> p_neg, Pattern<? super LLJava.Condition> p_condition, Pattern<? super LLJava.CodePoint> p_body) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.IfModifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
void
protected void
protected void
protected Format
Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.If -
Uses of LLJava.If in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.If -
Uses of LLJava.If in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return LLJava.IfModifier and TypeMethodDescriptionprotected abstract LLJava.If
LLJavaGrammar.ifInstruction
(Reducer.Context<SourceId> context, boolean negative, LLJava.Condition condition, LLJava.CodePoint target) protected LLJava.If
LLJavaParser.ifInstruction
(Reducer.Context<SourceId> context, boolean negative, LLJava.Condition condition, LLJava.CodePoint target) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.IfModifier and TypeMethodDescriptionLLJavaGrammar.ifInstruction
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)