Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ClassTypeExpr
Packages that use LLJava.ClassTypeExpr
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.ClassTypeExpr in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.ClassTypeExprModifier and TypeFieldDescriptionprotected LLJava.ClassTypeExprLLJava.ClassExpr.typeGenerated by umod; model author's documentation MISSING.protected LLJava.ClassTypeExprLLJava.ClassReference.typeGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.ClassTypeExprModifier and TypeMethodDescriptionstatic LLJava.ClassTypeExprSemanticUtils.classTypeExpr(String name) LLJava.ClassTypeExpr.doclone()Clones this object.LLJava.ClassExpr.get_type()Generated by umod; model author's documentation MISSING.LLJava.ClassReference.get_type()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.static final LLJava.ClassTypeExprSemanticUtils.javaLangObjectTypeExpr()Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionstatic Pattern<LLJava.ClassTypeExpr> LLJava.ClassTypeExpr.get_arguments(Pattern<? super NonNullList<LLJava.TypeArgument>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ClassTypeExpr> LLJava.ClassTypeExpr.get_name(Pattern<? super LLJava.QualId> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ClassTypeExpr> LLJava.ClassTypeExpr.get_parameter(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ClassTypeExpr> LLJava.__Patterns.term_ClassTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern, Pattern<? super LLJava.QualId> p_name, Pattern<? super NonNullList<LLJava.TypeArgument>> p_arguments, Pattern<? super Boolean> p_parameter) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.ClassTypeExpr el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.ClassTypeExpr e0) protected voidLLJava.MultiVisitor.action(LLJava.ClassTypeExpr e0) protected voidLLJava.Visitor.action(LLJava.ClassTypeExpr e0) protected voidLLJava.MultiVisitor.descend(LLJava.ClassTypeExpr e0) voidLLJava.MultiVisitor.follow_arguments(LLJava.ClassTypeExpr element) voidLLJava.Visitor.follow_arguments(LLJava.ClassTypeExpr element) voidLLJava.MATCH_ONLY_00.followAll_arguments(LLJava.ClassTypeExpr element) voidLLJava.MATCH_ONLY_00.match(LLJava.ClassTypeExpr e0) protected voidLLJava.MultiVisitor.post(LLJava.ClassTypeExpr e0) protected voidLLJava.MultiVisitor.pre(LLJava.ClassTypeExpr e0) booleanLLJava.ClassExpr.set_type(LLJava.ClassTypeExpr val) Generated by umod; model author's documentation MISSING.booleanLLJava.ClassReference.set_type(LLJava.ClassTypeExpr val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.ClassTypeExpr el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionLLJava.__Patterns.cast_ClassTypeExpr(Pattern<? super LLJava.ClassTypeExpr> p) static Pattern<LLJava.ClassExpr> LLJava.ClassExpr.get_type(Pattern<? super LLJava.ClassTypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ClassReference> LLJava.ClassReference.get_type(Pattern<? super LLJava.ClassTypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.ClassTypeExprModifierConstructorDescriptionConstructor defined according to directive »C 0/..«.
Constructor defined according to directive »C 0/..«.
-
Uses of LLJava.ClassTypeExpr in eu.bandm.tools.lljava.codec
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.ClassTypeExprModifier and TypeFieldDescriptionSignatureParser.classTypeSignatureSignatureParser.throwsSignatureSignatureParser.typeVariableSignatureMethods in eu.bandm.tools.lljava.codec that return types with arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionSignatureParser.classTypeSignature(Expression<SourceId, SignatureParser.TokenType, LLJava.ReferenceTypeExpr> referenceTypeSignature) Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionprotected voidSignatureParser.processClass(Reducer.Context<SourceId> context, LLJava.Class target, List<LLJava.TypeParameter> typeParams, LLJava.ClassTypeExpr superClass, List<LLJava.ClassTypeExpr> interfaces) protected voidSignatureParser.unerase(VirtualField<LLJava.ClassTypeExpr> raw, LLJava.ClassTypeExpr generic, boolean fixed) Method parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionprotected voidSignatureParser.unerase(VirtualField<LLJava.ClassTypeExpr> raw, LLJava.ClassTypeExpr generic, boolean fixed) protected voidSignatureParser.uneraseClassTypes(List<VirtualField<LLJava.ClassTypeExpr>> raw, List<LLJava.ClassTypeExpr> generic, boolean fixed) -
Uses of LLJava.ClassTypeExpr in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.ClassTypeExprMethods in eu.bandm.tools.lljava.parser that return LLJava.ClassTypeExprModifier and TypeMethodDescriptionprotected abstract LLJava.ClassTypeExprLLJavaGrammar.classType(Reducer.Context<SourceId> context, LLJava.QualId name, List<LLJava.TypeArgument> arguments) protected LLJava.ClassTypeExprLLJavaParser.classType(Reducer.Context<SourceId> context, LLJava.QualId name, List<LLJava.TypeArgument> arguments) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionLLJavaGrammar.classType(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.ClassTypeExprModifier and TypeMethodDescriptionLLJavaGrammar.classType(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.lowerTypeBound(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.typeArgument(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.typeArguments(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.typeBound(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.upperTypeBound(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) LLJavaGrammar.wildcard(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType)