Uses of Class
eu.bandm.tools.lljava.absy.Verify.Category1
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 Verify.Category1 in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionVerify.Category1.doclone()
Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<Verify.Category1>
Verify.__Patterns.term_Category1
(Pattern<? super Verify.Type> superpattern) Modifier and TypeMethodDescriptionprotected void
Verify.__Formatter.action
(Verify.Category1 el) protected void
Verify.MATCH_ONLY_00.action
(Verify.Category1 e0) void
Verify.MATCH_ONLY_00.match
(Verify.Category1 e0) protected Format
Verify.__Formatter.toFormat
(Verify.Category1 el) Modifier and TypeMethodDescriptionVerify.__Patterns.cast_Category1
(Pattern<? super Verify.Category1> p) static Pattern<Verify.Float>
Verify.__Patterns.term_Float
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.Int>
Verify.__Patterns.term_Int
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.Null>
Verify.__Patterns.term_Null
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.Object>
Verify.__Patterns.term_Object
(Pattern<? super Verify.Category1> superpattern, Pattern<? super String> p_classname) static Pattern<Verify.OneWord>
Verify.__Patterns.term_OneWord
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.Reference>
Verify.__Patterns.term_Reference
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.Uninitialized>
Verify.__Patterns.term_Uninitialized
(Pattern<? super Verify.Category1> superpattern) static Pattern<Verify.UninitializedNew>
Verify.__Patterns.term_UninitializedNew
(Pattern<? super Verify.Category1> superpattern, Pattern<? super LLJava.Instruction> p_offset) static Pattern<Verify.UninitializedThis>
Verify.__Patterns.term_UninitializedThis
(Pattern<? super Verify.Category1> superpattern)