Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Category1VType
Packages that use LLJava.Category1VType
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.Category1VType in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Category1VType in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classCommon superclass for all machine word types.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.Category1VTypeModifier and TypeMethodDescriptionLLJava.Category1VType.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.Category1VTypeModifier and TypeMethodDescriptionstatic Pattern<LLJava.Category1VType> LLJava.__Patterns.term_Category1VType(Pattern<? super LLJava.VType> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.Category1VTypeModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Category1VType el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Category1VType e0) protected voidLLJava.MultiVisitor.action(LLJava.Category1VType e0) protected voidLLJava.Visitor.action(LLJava.Category1VType e0) protected voidLLJava.MultiVisitor.descend(LLJava.Category1VType e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Category1VType e0) protected voidLLJava.MultiVisitor.post(LLJava.Category1VType e0) protected voidLLJava.MultiVisitor.pre(LLJava.Category1VType e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Category1VType el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Category1VTypeModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Category1VType(Pattern<? super LLJava.Category1VType> p) static Pattern<LLJava.AbstractIntVType> LLJava.__Patterns.term_AbstractIntVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.FloatVType> LLJava.__Patterns.term_FloatVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.NullVType> LLJava.__Patterns.term_NullVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.ObjectVType> LLJava.__Patterns.term_ObjectVType(Pattern<? super LLJava.Category1VType> superpattern, Pattern<? super String> p_classname) static Pattern<LLJava.OneWordVType> LLJava.__Patterns.term_OneWordVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.ReferenceVType> LLJava.__Patterns.term_ReferenceVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.UninitializedNewVType> LLJava.__Patterns.term_UninitializedNewVType(Pattern<? super LLJava.Category1VType> superpattern, Pattern<? super LLJava.New> p_offset) static Pattern<LLJava.UninitializedThisVType> LLJava.__Patterns.term_UninitializedThisVType(Pattern<? super LLJava.Category1VType> superpattern) static Pattern<LLJava.UninitializedVType> LLJava.__Patterns.term_UninitializedVType(Pattern<? super LLJava.Category1VType> superpattern)