Uses of Enum Class
eu.bandm.tools.lljava.absy.LLJava.Strategy
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.Strategy in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.Strategy
LLJava.Invoke.strategy
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Invoke.get_strategy()
Generated by umod; model author's documentation MISSING.static LLJava.Strategy
Returns the enum constant of this class with the specified name.static LLJava.Strategy[]
LLJava.Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
LLJava.Invoke.set_strategy
(LLJava.Strategy val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Invoke>
LLJava.Invoke.get_strategy
(Pattern<? super LLJava.Strategy> p) Lifts a pattern which matches the field value to one which matches this whole object.