Uses of Class
net.binis.codegen.compiler.CGTag
Packages that use CGTag
-
Uses of CGTag in net.binis.codegen.compiler
Fields in net.binis.codegen.compiler declared as CGTagModifier and TypeFieldDescriptionstatic CGTagCGTag.ANDstatic CGTagCGTag.ANNOTATED_TYPEAn annotated type tree.static CGTagCGTag.ANNOTATIONmetadata: Annotation.static CGTagCGTag.ANYPATTERNPatterns.static CGTagCGTag.APPLYMethod invocation expressions, of type Apply.static CGTagCGTag.ASSERTAssert statements, of type Assert.static CGTagCGTag.ASSIGNAssignment expressions, of type Assign.static CGTagCGTag.BINDINGPATTERNstatic CGTagCGTag.BITANDstatic CGTagCGTag.BITAND_ASGstatic CGTagCGTag.BITORstatic CGTagCGTag.BITOR_ASGAssignment operators, of type Assignop.static CGTagCGTag.BITXORstatic CGTagCGTag.BITXOR_ASGstatic CGTagCGTag.BLOCKBlocks, of type Block.static CGTagCGTag.BREAKBreak statements, of type Break.static CGTagCGTag.CASECase parts in switch statements/expressions, of type Case.static CGTagCGTag.CATCHCatch clauses in try statements, of type Catch.static CGTagCGTag.CLASSDEFClass definitions, of type ClassDef.static CGTagCGTag.COMPLstatic CGTagCGTag.CONDEXPRConditional expressions, of type Conditional.static CGTagCGTag.CONSTANTCASELABELstatic CGTagCGTag.CONTINUEContinue statements, of type Continue.static CGTagCGTag.DEFAULTCASELABELstatic CGTagCGTag.DIVstatic CGTagCGTag.DIV_ASGstatic CGTagCGTag.DOLOOPDo-while loops, of type DoLoop.static CGTagCGTag.EQstatic CGTagCGTag.ERRONEOUSError trees, of type Erroneous.static CGTagCGTag.EXECExpression statements, of type Exec.static CGTagCGTag.EXPORTSstatic CGTagCGTag.FOREACHLOOPForeach-loops, of type ForeachLoop.static CGTagCGTag.FORLOOPFor-loops, of type ForLoop.static CGTagCGTag.GEstatic CGTagCGTag.GTstatic CGTagCGTag.IDENTSimple identifiers, of type Ident.static CGTagCGTag.IFConditional statements, of type If.static CGTagCGTag.IMPORTImport clauses, of type Import.static CGTagCGTag.INDEXEDIndexed array expressions, of type Indexed.static CGTagCGTag.LABELLEDLabelled statements, of type Labelled.static CGTagCGTag.LAMBDALambda expression, of type Lambda.static CGTagCGTag.LEstatic CGTagCGTag.LETEXPRA synthetic let expression, of type LetExpr.static CGTagCGTag.LITERALLiterals, of type Literal.static CGTagCGTag.LTstatic CGTagCGTag.METHODDEFMethod definitions, of type MethodDef.static CGTagCGTag.MINUSstatic CGTagCGTag.MINUS_ASGstatic CGTagCGTag.MODstatic CGTagCGTag.MOD_ASGstatic CGTagCGTag.MODIFIERSmetadata: Modifiersstatic CGTagCGTag.MODULEDEFstatic CGTagCGTag.MULstatic CGTagCGTag.MUL_ASGstatic CGTagCGTag.NEstatic CGTagCGTag.NEGstatic CGTagCGTag.NEWARRAYArray creation expressions, of type NewArray.static CGTagCGTag.NEWCLASSClass instance creation expressions, of type NewClass.static CGTagCGTag.NO_TAGFor methods that return an invalid tag if a given condition is not metstatic CGTagCGTag.NOTstatic CGTagCGTag.NULLCHKunary operator for null reference checks, only used internally.static CGTagCGTag.OPENSstatic CGTagCGTag.ORBinary operators, of type Binary.static CGTagCGTag.PACKAGEDEFPackage level definitions.static CGTagCGTag.PARENSParenthesized subexpressions, of type Parens.static CGTagCGTag.PATTERNCASELABELstatic CGTagCGTag.PLUSstatic CGTagCGTag.PLUS_ASGstatic CGTagCGTag.POSUnary operators, of type Unary.static CGTagCGTag.POSTDECstatic CGTagCGTag.POSTINCstatic CGTagCGTag.PREDECstatic CGTagCGTag.PREINCstatic CGTagCGTag.PROVIDESstatic CGTagCGTag.RECORDPATTERNstatic CGTagCGTag.REFERENCEMember references, of type Reference.static CGTagCGTag.REQUIRESstatic CGTagCGTag.RETURNReturn statements, of type Return.static CGTagCGTag.SELECTSelections, of type Select.static CGTagCGTag.SKIPThe no-op statement ";", of type Skipstatic CGTagCGTag.SLstatic CGTagCGTag.SL_ASGstatic CGTagCGTag.SRstatic CGTagCGTag.SR_ASGstatic CGTagCGTag.STRING_TEMPLATEString template expression.static CGTagCGTag.SWITCHSwitch statements, of type Switch.static CGTagCGTag.SWITCH_EXPRESSIONSwitch expression statements, of type Switch.static CGTagCGTag.SYNCHRONIZEDSynchronized statements, of type Synchronized.static CGTagCGTag.THROWThrow statements, of type Throw.static CGTagCGTag.TOPLEVELToplevel nodes, of type TopLevel, representing entire source files.static CGTagCGTag.TRYTry statements, of type Try.static CGTagCGTag.TYPE_ANNOTATIONmetadata: Type annotation.static CGTagCGTag.TYPEAPPLYParameterized types, of type TypeApply.static CGTagCGTag.TYPEARRAYArray types, of type TypeArray.static CGTagCGTag.TYPEBOUNDKINDBound kind: extends, super, exact, or unboundstatic CGTagCGTag.TYPECASTType cast expressions, of type TypeCast.static CGTagCGTag.TYPEIDENTBasic type identifiers, of type TypeIdent.static CGTagCGTag.TYPEINTERSECTIONIntersection types, of type TypeIntersection.static CGTagCGTag.TYPEPARAMETERFormal type parameters, of type TypeParameter.static CGTagCGTag.TYPETESTType test expressions, of type TypeTest.static CGTagCGTag.TYPEUNIONUnion types, of type TypeUnion.static CGTagCGTag.USESstatic CGTagCGTag.USRstatic CGTagCGTag.USR_ASGstatic CGTagCGTag.VARDEFVariable definitions, of type VarDef.static CGTagCGTag.WHILELOOPWhile-loops, of type WhileLoop.static CGTagCGTag.WILDCARDType argument.static CGTagCGTag.YIELDYield statements, of type Yield.Methods in net.binis.codegen.compiler that return CGTagMethods in net.binis.codegen.compiler with parameters of type CGTag