java.lang.Object
de.grogra.xl.compiler.xl16u.XL16UTypedAstDetail
Stable XL 1.6U-owned detail payload for retained frontend AST nodes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic XL16UTypedAstDetailempty()intgetCount()booleangetFlag()booleanbooleanhasModifier(String modifier) booleanisEmpty()static XL16UTypedAstDetailof(String category, String primaryText, String secondaryText, String tertiaryText, List<String> modifiers, int count, boolean flag, boolean secondaryFlag)
-
Method Details
-
of
-
empty
-
isEmpty
public boolean isEmpty() -
getCategory
-
getPrimaryText
-
getSecondaryText
-
getTertiaryText
-
getModifiers
-
hasModifier
-
getCount
public int getCount() -
getFlag
public boolean getFlag() -
getSecondaryFlag
public boolean getSecondaryFlag()
-