Searched defs:constantValue (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java113 protected int constantValue = INVALID_PRED_VALUE; field in class:SemanticContext.Predicate
115 public Predicate(int constantValue) { argument
117 this.constantValue=constantValue;
134 this.constantValue = p.constantValue;
148 if (this.constantValue != other.constantValue){
152 if (this.constantValue != INVALID_PRED_VALUE){
160 if (constantValue !
[all...]
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java34 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue,
37 isPackagePrivate, isPrivate, isFinal, isStatic, isSynthetic, chooseKind(isFinal, isStatic, constantValue),
42 mConstantValue = constantValue;
52 static String chooseKind(boolean isFinal, boolean isStatic, Object constantValue) argument
54 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field";
67 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) argument
77 return isFinal && isStatic && (constantValue != null);
92 public Object constantValue() { method in class:FieldInfo
377 data.setValue(base + ".constantValue.dec", Doclava.escape(dec));
378 data.setValue(base + ".constantValue
31 FieldInfo(String name, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 157 milliseconds