Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodBody
Packages that use 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
Subclasses of LLJava.MethodBody in eu.bandm.tools.lljava.absyModifier 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.Fields in eu.bandm.tools.lljava.absy declared as LLJava.MethodBodyModifier and TypeFieldDescriptionprotected LLJava.MethodBody
LLJava.Method.body
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodBodyModifier 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.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodBodyModifier and TypeMethodDescriptionstatic Pattern
<LLJava.MethodBody> LLJava.__Patterns.term_MethodBody
(Pattern<? super LLJava.Node> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodBodyModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodBodyModifier 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) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodBodyModifierConstructorDescriptionMethod
(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
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodBodyMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.MethodBodyModifier 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)