Uses of Class
eu.bandm.tools.lljava.absy.LLJava.PrimitiveType
Packages that use LLJava.PrimitiveType
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.PrimitiveType in eu.bandm.tools.lljava.absy
Subclasses of LLJava.PrimitiveType in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy declared as LLJava.PrimitiveTypeModifier and TypeFieldDescriptionprotected LLJava.PrimitiveType
LLJava.PrimitiveTypeExpr.erasure
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.PrimitiveTypeModifier and TypeMethodDescriptionLLJava.PrimitiveType.doclone()
Clones this object.LLJava.PrimitiveTypeExpr.get_erasure()
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.PrimitiveTypeModifier and TypeMethodDescriptionstatic Pattern
<LLJava.PrimitiveType> LLJava.__Patterns.term_PrimitiveType
(Pattern<? super LLJava.Type> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.PrimitiveTypeModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.PrimitiveType el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.PrimitiveType e0) protected void
LLJava.MultiVisitor.action
(LLJava.PrimitiveType e0) protected void
LLJava.Visitor.action
(LLJava.PrimitiveType e0) protected void
LLJava.MultiVisitor.descend
(LLJava.PrimitiveType e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.PrimitiveType e0) protected void
LLJava.MultiVisitor.post
(LLJava.PrimitiveType e0) protected void
LLJava.MultiVisitor.pre
(LLJava.PrimitiveType e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.PrimitiveType el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.PrimitiveTypeModifier and TypeMethodDescriptionLLJava.__Patterns.cast_PrimitiveType
(Pattern<? super LLJava.PrimitiveType> p) static Pattern
<LLJava.BooleanType> LLJava.__Patterns.term_BooleanType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.ByteType> LLJava.__Patterns.term_ByteType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.CharType> LLJava.__Patterns.term_CharType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.FloatType> LLJava.__Patterns.term_FloatType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.IntType> LLJava.__Patterns.term_IntType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.ShortType> LLJava.__Patterns.term_ShortType
(Pattern<? super LLJava.PrimitiveType> superpattern) static Pattern
<LLJava.WideType> LLJava.__Patterns.term_WideType
(Pattern<? super LLJava.PrimitiveType> superpattern) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.PrimitiveTypeModifierConstructorDescriptionPrimitiveTypeExpr
(LLJava.PrimitiveType erasure) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.PrimitiveType in eu.bandm.tools.lljava.codec
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.PrimitiveTypeModifier and TypeFieldDescriptionstatic final Map
<LLJava.PrimitiveType, Byte> Constants.primitiveArrayTypes
static final Map
<Byte, LLJava.PrimitiveType> Constants.primitiveArrayTypesConverse
static final Map
<LLJava.PrimitiveType, Character> Constants.primitiveDescriptors
-
Uses of LLJava.PrimitiveType in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.PrimitiveType