Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodBody
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.MethodBody in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Syntactic expression defining anabstract
ornative
method.static class
Syntactic expression defining the body of a method by code.static class
Syntactic expression defining the body of a method by an annotation default value.Modifier and TypeFieldDescriptionprotected LLJava.MethodBody
LLJava.Method.body
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.MethodBody.doclone()
Clones this object.LLJava.Method.get_body()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.MethodBody>
LLJava.__Patterns.term_MethodBody
(Pattern<? super LLJava.Node> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MethodBody el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodBody e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodBody e0) protected void
LLJava.Visitor.action
(LLJava.MethodBody e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodBody e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodBody e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodBody e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodBody e0) boolean
LLJava.Method.set_body
(LLJava.MethodBody val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodBody el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodBody
(Pattern<? super LLJava.MethodBody> p) static Pattern<LLJava.Method>
LLJava.Method.get_body
(Pattern<? super LLJava.MethodBody> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.AbstractMethodBody>
LLJava.__Patterns.term_AbstractMethodBody
(Pattern<? super LLJava.MethodBody> superpattern) static Pattern<LLJava.CodeMethodBody>
LLJava.__Patterns.term_CodeMethodBody
(Pattern<? super LLJava.MethodBody> superpattern, Pattern<? super LLJava.Block> p_block, Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable, Pattern<? super Integer> p_maxLocals, Pattern<? super Integer> p_maxOperands, Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces, Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) static Pattern<LLJava.DefaultMethodBody>
LLJava.__Patterns.term_DefaultMethodBody
(Pattern<? super LLJava.MethodBody> superpattern, Pattern<? super LLJava.AnnotationValue> p_value) ModifierConstructorDescriptionMethod
(LLJava.ResultExpr result, LLJava.Id name, LLJava.MethodBody body) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.MethodBody in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Method
LLJavaGrammar.methodDefinition
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, List<LLJava.TypeParameter> typeParameters, LLJava.ResultExpr returnType, LLJava.Id name, List<LLJava.Parameter> parameters, List<LLJava.ClassReference> exceptions, LLJava.MethodBody body) protected LLJava.Method
LLJavaParser.methodDefinition
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, List<LLJava.TypeParameter> typeParameters, LLJava.ResultExpr returnType, LLJava.Id name, List<LLJava.Parameter> parameters, List<LLJava.ClassReference> exceptions, LLJava.MethodBody body)