public class NonRuleWithAllPropertyTypes
extends AbstractRule
Modifier and Type | Field and Description |
---|---|
static <any> |
enumType |
static BooleanMultiProperty |
multiBool |
static CharacterMultiProperty |
multiChar |
static <any> |
multiEnumType |
static FloatMultiProperty |
multiFloat |
static IntegerMultiProperty |
multiInt |
static LongMultiProperty |
multiLong |
static MethodMultiProperty |
multiMethod |
static StringMultiProperty |
multiStr |
static TypeMultiProperty |
multiType |
static BooleanProperty |
singleBool |
static CharacterProperty |
singleChar |
static FloatProperty |
singleFloat |
static IntegerProperty |
singleInt |
static LongProperty |
singleLong |
static MethodProperty |
singleMethod |
static StringProperty |
singleStr |
static TypeProperty |
singleType |
Constructor and Description |
---|
NonRuleWithAllPropertyTypes() |
public static final StringProperty singleStr
public static final StringMultiProperty multiStr
public static final IntegerProperty singleInt
public static final IntegerMultiProperty multiInt
public static final LongProperty singleLong
public static final LongMultiProperty multiLong
public static final BooleanProperty singleBool
public static final BooleanMultiProperty multiBool
public static final CharacterProperty singleChar
public static final CharacterMultiProperty multiChar
public static final FloatProperty singleFloat
public static final FloatMultiProperty multiFloat
public static final TypeProperty singleType
public static final TypeMultiProperty multiType
public static final MethodProperty singleMethod
public static final MethodMultiProperty multiMethod
public static final <any> enumType
public static final <any> multiEnumType
public void apply(List<? extends Node> nodes, RuleContext ctx)
Copyright © 2002–2016 InfoEther. All rights reserved.