Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.If.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
void
protected void
protected void
protected Format
-
Uses of LLJava.If in eu.bandm.tools.lljava.codec
-
Uses of LLJava.If in eu.bandm.tools.lljava.parser
Modifier 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) Modifier and TypeMethodDescriptionLLJavaGrammar.ifInstruction
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)