Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Wildcard
Packages that use LLJava.Wildcard
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.Wildcard in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.WildcardModifier and TypeMethodDescriptionLLJava.Wildcard.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.WildcardModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Wildcard> LLJava.Wildcard.get_bound
(Pattern<? super LLJava.TypeBound> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.Wildcard> LLJava.__Patterns.term_Wildcard
(Pattern<? super LLJava.TypeArgument> superpattern, Pattern<? super LLJava.TypeBound> p_bound) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.WildcardModifier and TypeMethodDescriptionprotected void
ContextChecker.Typer.action
(LLJava.Wildcard x) protected void
LLJava.__Formatter.action
(LLJava.Wildcard el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Wildcard e0) protected void
LLJava.MultiVisitor.action
(LLJava.Wildcard e0) protected void
LLJava.Visitor.action
(LLJava.Wildcard e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Wildcard e0) (package private) static String
ConstantPoolCollector.mangleSignature
(LLJava.Wildcard x) void
LLJava.MATCH_ONLY_00.match
(LLJava.Wildcard e0) protected void
LLJava.MultiVisitor.post
(LLJava.Wildcard e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Wildcard e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Wildcard el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.WildcardModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Wildcard
(Pattern<? super LLJava.Wildcard> p) -
Uses of LLJava.Wildcard in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.WildcardModifier and TypeMethodDescriptionprotected void
SignatureParser.unerase
(Property<LLJava.Wildcard> raw, LLJava.Wildcard generic, boolean fixed) Method parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.WildcardModifier and TypeMethodDescriptionprotected void
SignatureParser.unerase
(Property<LLJava.Wildcard> raw, LLJava.Wildcard generic, boolean fixed) -
Uses of LLJava.Wildcard in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.WildcardModifier and TypeMethodDescriptionLLJavaGrammar.wildcard
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType)