Constant Field Values
Contents
it.unive.*
-
it.unive.lisa.LiSA Modifier and Type Constant Field Value public static final java.lang.StringREPORT_NAME"report.json" -
it.unive.lisa.VersionInfo Modifier and Type Constant Field Value public static final java.lang.StringVERSION"0.1b9"
-
it.unive.lisa.analysis.AnalyzedCFG<A extends AbstractState<A>> Modifier and Type Constant Field Value protected static final java.lang.StringCANNOT_COMPARE_ERROR"Cannot compare two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_GLB_ERROR"Cannot glb two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_LUB_ERROR"Cannot lub two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_NARROW_ERROR"Cannot perform narrow two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_WIDEN_ERROR"Cannot widen two graphs with different descriptor or different IDs" -
it.unive.lisa.analysis.BackwardAnalyzedCFG<A extends AbstractState<A>> Modifier and Type Constant Field Value protected static final java.lang.StringCANNOT_COMPARE_ERROR"Cannot compare two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_GLB_ERROR"Cannot glb two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_LUB_ERROR"Cannot lub two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_NARROW_ERROR"Cannot perform narrow two graphs with different descriptor or different IDs"protected static final java.lang.StringCANNOT_WIDEN_ERROR"Cannot widen two graphs with different descriptor or different IDs" -
it.unive.lisa.analysis.Lattice<L extends Lattice<L>> Modifier and Type Constant Field Value public static final java.lang.StringBOTTOM_STRING"_|_"public static final java.lang.StringTOP_STRING"#TOP#"
-
it.unive.lisa.analysis.symbols.SymbolAliasing Modifier and Type Constant Field Value public static final java.lang.StringINFO_KEY"sym-aliasing"
-
it.unive.lisa.conf.LiSAConfiguration Modifier and Type Constant Field Value public static final intDEFAULT_GLB_THRESHOLD5public static final intDEFAULT_WIDENING_THRESHOLD5
-
it.unive.lisa.outputs.DotGraph Modifier and Type Constant Field Value protected static final java.lang.StringCOLOR"color"protected static final java.lang.StringCOLOR_BLACK"black"protected static final java.lang.StringCOLOR_BLUE"blue"protected static final java.lang.StringCOLOR_GRAY"gray"protected static final java.lang.StringCOLOR_RED"red"protected static final java.lang.StringCONDITIONAL_EDGE_STYLE"dashed"protected static final java.lang.StringEXIT_NODE_EXTRA_ATTR"peripheries"protected static final java.lang.StringEXIT_NODE_EXTRA_VALUE"2"protected static final java.lang.StringLABEL"label"protected static final java.lang.StringNODE_SHAPE"rect"protected static final java.lang.StringNORMAL_NODE_COLOR"gray"protected static final java.lang.StringSHAPE"shape"protected static final java.lang.StringSPECIAL_NODE_COLOR"black"protected static final java.lang.StringSTYLE"style"
-
it.unive.lisa.program.Program Modifier and Type Constant Field Value public static final java.lang.StringPROGRAM_NAME"~LiSAProgram"
-
it.unive.lisa.program.language.validation.BaseValidationLogic Modifier and Type Constant Field Value public static final java.lang.StringABSTRACT_METHODS"%s is not abstract and cannot have abstract code members"public static final java.lang.StringABSTRACT_NON_INSTANCE"%s is not an instance member and cannot be abstract"public static final java.lang.StringABSTRACT_SEALED_UNIT"%s is abstract and cannot be sealed"public static final java.lang.StringCANNOT_OVERRIDE"%s overrides the non-overridable member %s"public static final java.lang.StringCONST_INSTANCE_GLOBAL"%s is a constant global and cannot be declared as instance"public static final java.lang.StringDUPLICATE_MEMBER"%s is duplicated within unit %s"public static final java.lang.StringEXIT_WITH_FOLLOWERS"%s contains an execution-stopping node that has followers: %s"public static final java.lang.StringGLOBAL_INSTANCE_MISMATCH"%s has a mismatched instance flag (%s, while being %s)"public static final java.lang.StringINHERIT_FROM_SEALED"%s cannot inherit from the sealed unit %s"public static final java.lang.StringINTERFACE_WITH_GLOBALS"%s is an interface and cannot have instange globals"public static final java.lang.StringINVALID_CFSTRUCTURE"%s has a conditional structure (%s) that contains a node not in the graph: %s"public static final java.lang.StringINVALID_NODE_LIST"The node list behind %s is invalid"public static final java.lang.StringMEMBER_MISMATCH"%s does not match its own signature"public static final java.lang.StringMISSING_OVERRIDE"%s does not override %s from the non-instantiable unit %s"public static final java.lang.StringMULTIPLE_OVERRIDES"%s is overriden multiple times in unit %s: %s"public static final java.lang.StringNO_FOLLOWERS"%s contains a node with no followers that is not execution-stopping: %s"public static final java.lang.StringUNKNOWN_ENTRYPOINTS"Program contains entrypoints that are not part of the program: %s"
-
it.unive.lisa.util.datastructures.automaton.TransitionSymbol<T> Modifier and Type Constant Field Value public static final java.lang.StringEPSILON"\u03b5"public static final java.lang.StringUNKNOWN_SYMBOL"\u0372"
-
it.unive.lisa.util.datastructures.graph.algorithms.BackwardFixpoint<G extends Graph<G,N,E>,N extends Node<G,N,E>,E extends Edge<G,N,E>,T> Modifier and Type Constant Field Value protected static final java.lang.StringERROR"Exception while %s of \'%s\' in \'%s\'" -
it.unive.lisa.util.datastructures.graph.algorithms.Fixpoint<G extends Graph<G,N,E>,N extends Node<G,N,E>,E extends Edge<G,N,E>,T> Modifier and Type Constant Field Value protected static final java.lang.StringERROR"Exception while %s of \'%s\' in \'%s\'"