Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier 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.Modifier and TypeFieldDescriptionprotected LLJava.PrimitiveType
LLJava.PrimitiveTypeExpr.erasure
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier and TypeMethodDescriptionstatic Pattern
<LLJava.PrimitiveType> LLJava.__Patterns.term_PrimitiveType
(Pattern<? super LLJava.Type> superpattern) Modifier 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) Modifier 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) ModifierConstructorDescriptionPrimitiveTypeExpr
(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
Modifier 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