Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.Wildcard.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Wildcard
(Pattern<? super LLJava.Wildcard> p) -
Uses of LLJava.Wildcard in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected void
SignatureParser.unerase
(Property<LLJava.Wildcard> raw, LLJava.Wildcard generic, boolean fixed) Modifier and TypeMethodDescriptionprotected void
SignatureParser.unerase
(Property<LLJava.Wildcard> raw, LLJava.Wildcard generic, boolean fixed) -
Uses of LLJava.Wildcard in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionLLJavaGrammar.wildcard
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType)